Declaration
public static string ToHref(
this IHttpUrl url
)Summary
Returns the full path and query string of the specified URL (the part that follows the domain).
Remarks
This is intended to be used as
href attribute values in
<a> tags as it works well for an
absolute path within the same domain.