| ApplicationUrlHelper Methods | 
The ApplicationUrlHelper type exposes the following members.
 Methods
Methods| Name | Description | |
|---|---|---|
|   | AppendDialogHash | 
            Appends hash to URL. Used in selectors (no need for dialog mode).
             | 
|   | GetApplicationHash(UIElementInfo) | 
            Gets the application hash (starting with #)
             | 
|   | GetApplicationHash(String, String) | 
            Gets the application hash (starting with #)
             | 
|   | GetApplicationUrl(UIElementInfo, String) | 
            Returns application URL for application specified by UI element object
             | 
|   | GetApplicationUrl(String, String, String) | 
            Returns application URL for application specified by module name and element name
             | 
|   | GetElementDialogUrl(UIElementInfo, Int32, String) | 
            Returns dialog UI element URL, appends automatically Dialog and Hash parameters.
             | 
|   | GetElementDialogUrl(String, String, Int32, String) | 
            Returns dialog UI element URL, appends automatically Dialog and Hash parameters.
             | 
|   | GetElementUrl | 
            Returns basic UIPage with no parameters. Use only in special cases, in most cases use GetElementUrl with parameters.
             | 
|   | GetElementUrl(UIElementInfo) | 
            Returns element's URL based on elements type
             | 
|   | GetElementUrl(String, String) | 
            Returns element's URL based on element's type
             | 
|   | GetElementUrl(UIElementInfo, Boolean, Int32, String) | 
            Returns element's URL
             | 
|   | GetElementUrl(String, String, Boolean, Int32, String) | 
            Returns element's URL
             | 
|   | GetPageEditLink | 
            Get the direct link for page identified by given node ID.
             | 
|   | GetResourceName | 
            Returns resource name for given resource ID.
             | 
|   | ResolveDialogUrl | 
            Resolves the dialog URL. Keeps the URL in case the user is authenticated, uses the secured /cms/dialogs/ prefix to ensure the authentication for already authenticated user.
             | 
|   | ResolveUIUrl | 
            Resolves the UI URL. Keeps the URL in case the user is authenticated, uses the secured /cms/ prefix to ensure the authentication for already authenticated user.
             | 
 See Also
See Also