PageBase.buildUrl

This is a low-level tool provided for the sake of generic code. In general, you should use 'Page.url' or 'Page.urlSink' instead of this because those verify both the types and number of args at compile-time. This, however, only verifies number of args, and only at runtime.

  1. string buildUrl(string[] args)
    class PageBase
    final
    string
    buildUrl
    ()
    (
    string[] args...
    )
  2. void buildUrl(Sink sink, string[] args)

Meta