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
content
IPublishedContent
The published content to get the url for.
host
INodeCollectionHost
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.