ApplicationUrlHelperGetApplicationUrl Method (String, String, String) |
Returns application URL for application specified by module name and element name
Namespace: CMS.ModulesAssembly: CMS.Modules (in CMS.Modules.dll) Version: 12.0.0
Syntax public static string GetApplicationUrl(
string moduleName,
string elementName,
string customQueryString = null
)
Parameters
- moduleName
- Type: SystemString
Module name - elementName
- Type: SystemString
Element name - customQueryString (Optional)
- Type: SystemString
Custom querystring value
Return Value
Type:
StringSee Also