Click or drag to resize

HtmlHelperIncludeUrl Method

Includes an HTTP resource directly into view page.

Namespace: GSF.Web.Model
Assembly: GSF.Web (in GSF.Web.dll) Version: 2.4.181-beta
Syntax
public IEncodedString IncludeUrl(
	string url
)
View Source

Parameters

url  String
URL of resource to include.

Return Value

IEncodedString
Resolved URL resource as an encoded string.
See Also