This type contains the following members.
public interface IUrlBuilder
Methods
BuildRelativeUrl(IPublishedContent, INodeCollectionHost, Nullable<Dictionary<string, string>>) | Gets the url for the published content item relative to the host root. This includes the (culture-specific) base url prefix if applicable. |
BuildAbsoluteUrl(IPublishedContent, INodeCollectionHost, Nullable<Dictionary<string, string>>) | Gets the absolute url for the published content item for a specific host. |
Extension Methods
BuildCanonicalUri(IUrlBuilder, IPublishedContent, INodeCollection, Nullable<Dictionary<string, string>>) |
Implemented by
DefaultUrlBuilder |