Gets the absolute url for the published content item for a specific host.

public abstract string BuildAbsoluteUrl(IPublishedContent content, INodeCollectionHost host, Nullable<Dictionary<string, string>> routeValues)
Returns:
string

Parameters

The published content to get the url for.

The INodeCollectionHost for which to get the url.

routeValues Nullable<Dictionary<string, string>>

In case of a route pattern url, the route values to be used.

In this article