| DocumentURLProvider Class |
Namespace: CMS.DocumentEngine
public class DocumentURLProvider : AbstractBaseProvider<DocumentURLProvider>
The DocumentURLProvider type exposes the following members.
| Name | Description | |
|---|---|---|
| DocumentURLProvider |
| Name | Description | |
|---|---|---|
| GetAbsoluteLiveSiteURL | Obsolete.
Gets absolute live site URL.
| |
| GetAbsoluteUrl(TreeNode) |
Gets absolute URL of given page.
| |
| GetAbsoluteUrl(String, SiteInfoIdentifier, String) |
Gets absolute URL for the given relative path in context of given site and culture.
| |
| GetAbsoluteUrlForCulture |
Gets absolute URL of given page in the given culture.
| |
| GetPresentationUrl(SiteInfoIdentifier, String) |
Gets site presentation URL for given culture (without trailing '/').
| |
| GetPresentationUrl(TreeNode, String) | Obsolete.
Returns presentation URL for the specified node. This is the absolute URL where live presentation of given node can be found.
| |
| GetPresentationUrlHandlerPath | Obsolete.
Gets relative URL path to PresentationUrlRedirect handler with parameters based on which the live page URL can be generated when needed.
| |
| GetUrl |
Gets relative URL for the given page.
| |
| GetUrlForCulture |
Gets relative URL for the given page in the given culture.
| |
| GetUrlInternal |
Returns relative URL for the given page.
| |
| SetAsDefaultProvider |
Sets this object as the default provider
(Inherited from AbstractBaseProviderProviderType.) | |
| TryUnresolveUrl |
Tries to unresolve the URL to virtual path by searching for all possible presentation URLs for given site.
|