Method | Description | |
---|---|---|
BuildLinkUrl ( int moduleId, ControlKey controlKey ) : string |
Builds a URL for this ModuleId, loading the given ControlKey.
|
|
BuildLinkUrl ( int tabId, int moduleId, ControlKey controlKey ) : string |
Builds a URL for the given tabId, using the given queryString parameters.
|
protected BuildLinkUrl ( int moduleId, ControlKey controlKey ) : string | ||
moduleId | int | The module id of the module for which the control key is being used. |
controlKey | ControlKey | The control key to determine which control to load. |
return | string |
protected BuildLinkUrl ( int tabId, int moduleId, ControlKey controlKey ) : string | ||
tabId | int | The tab id of the page to navigate to. |
moduleId | int | The module id of the module for which the control key is being used. |
controlKey | ControlKey | The control key to determine which control to load. |
return | string |