IConnectionMapClientUrl Method |
Expands a relative URL to a full URL
Namespace: Innovator.ClientAssembly: Innovator.Client (in Innovator.Client.dll) Version: 2016.1.15.1759 (2016.01.15.1759)
Syntax string MapClientUrl(
string relativeUrl
)
Function MapClientUrl (
relativeUrl As String
) As String
Parameters
- relativeUrl
- Type: SystemString
The relative URL
Return Value
Type:
StringA full URL relative to the connection
See Also