Click or drag to resize

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

Parameters

relativeUrl
Type: SystemString
App-Relative path

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