ICustomTabSettingAbsoluteUrl Method
|
Retrieves the absolute URL of the custom tab content to display
Namespace:
Ingeniux.CMS
Assembly:
Ingeniux.CMS.CSAPI (in Ingeniux.CMS.CSAPI.dll) Version: 10.6.308
Syntax string AbsoluteUrl(
string serverUrl
)
Function AbsoluteUrl (
serverUrl As String
) As String
String^ AbsoluteUrl(
String^ serverUrl
)
abstract AbsoluteUrl :
serverUrl : string -> string
Parameters
- serverUrl
- Type: SystemString
URL of the CMS site
Return Value
Type:
StringAbsolute URL with protocol in the front
See Also