| 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: 10.0.0
 Syntax
Syntaxpublic 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: 
String See Also
See Also