Click or drag to resize
UIContextHelperGetApplicationUrl Method (String, String, String)
Returns application URL for application specified by module name and element name

Namespace: CMS.PortalEngine
Assembly: CMS.PortalEngine (in CMS.PortalEngine.dll) Version: 9.0.0
Syntax
C#
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: String
See Also