UIContextHelperGetApplicationUrl Method (String, String, String) |
Returns application URL for application specified by module name and element name
Namespace: CMS.PortalEngineAssembly: CMS.PortalEngine (in CMS.PortalEngine.dll) Version: 8.2.23
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