Click or drag to resize

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)
Syntax
public static string GetBaseURL()

Return Value

Type: String
Provided relativeUrl parameter as fully qualified Url
Examples
~/path/to/foo to http://www.web.com/path/to/foo
See Also