url

fun url(base: Url? = null, parameters: Map<String, String> = emptyMap()): Url

Returns the URL represented by this link's HREF, resolved to the given base URL.

If the HREF is a template, the parameters are used to expand it according to RFC 6570.