EmbeddedMapHandlerToAbsoluteUrl Method |
Converts the provided app-relative path into an absolute Url containing the full host name
Namespace:
Cadcorp.Web.UI.EmbeddableMaps
Assembly:
Cadcorp.Web.UI (in Cadcorp.Web.UI.dll) Version: 9.0.2618.0 (9.0.2618.0)
Syntaxpublic static string ToAbsoluteUrl(
string relativeUrl
)
Public Shared Function ToAbsoluteUrl (
relativeUrl As String
) As String
Parameters
- relativeUrl
- Type: SystemString
App-Relative path
Return Value
Type:
StringProvided relativeUrl parameter as fully qualified Url
Examples~/path/to/foo to http://www.web.com/path/to/foo
See Also