UIContextHelperGetElementUrl Method (String, String, UIContext) |
Returns element's URL based on element's type
Namespace: CMS.FormEngine.Web.UIAssembly: CMS.FormEngine.Web.UI (in CMS.FormEngine.Web.UI.dll) Version: 13.0.131
Syntax public static string GetElementUrl(
string moduleName,
string elementName,
UIContext context = null
)
Parameters
- moduleName
- Type: SystemString
Element's module - elementName
- Type: SystemString
Element's name - context (Optional)
- Type: CMS.FormEngine.Web.UIUIContext
Control's UI context
Return Value
Type:
StringSee Also