Click or drag to resize

TextFileHandlerGetBaseURL Method

Converts the provided app-relative path into an absolute Url containing the full host name

Namespace:  Cadcorp.Web.UI
Assembly:  Cadcorp.Web.UI (in Cadcorp.Web.UI.dll) Version: 9.0.2618.0 (9.0.2618.0)
Syntax
public string GetBaseURL(
	HttpContext context
)

Parameters

context
Type: System.WebHttpContext

[Missing <param name="context"/> documentation for "M:Cadcorp.Web.UI.TextFileHandler.GetBaseURL(System.Web.HttpContext)"]

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