ApplicationUrlHelper Class |
Namespace: CMS.Modules
public class ApplicationUrlHelper
The ApplicationUrlHelper type exposes the following members.
Name | Description | |
---|---|---|
ApplicationUrlHelper |
Name | Description | |
---|---|---|
COLLAPSIBLE_EMPTY_PARENT_ELEMENT_URL |
Represents ElementTargetURL of a dummy UIElementInfo of type Url.
This kind of element is used as parent node in collapsible tree without any content.
It's used for grouping UIElementInfos in a tree.
| |
DEFAULT_UI_CONTROL_PAGE_PATH |
Blank page path for controls
| |
DEFAULT_UI_PAGE_PATH |
Basic UI Element Page path
|
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(Int32) |
Get the direct link for page identified by given node ID.
| |
GetPageEditLink(Int32, String) |
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.
|