EmbeddedMapHandlerGetBaseURL 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 GetBaseURL()
Public Shared Function GetBaseURL As String
Return Value
Type:
StringProvided relativeUrl parameter as fully qualified Url
Examples~/path/to/foo to http://www.web.com/path/to/foo
See Also