Click or drag to resize

HtmlHelperIncludeResouce Method

Includes an embedded resource directly into view page.

Namespace:  GSF.Web.Model
Assembly:  GSF.Web (in GSF.Web.dll) Version: 2.2.73-beta
Syntax
public IEncodedString IncludeResouce(
	string resourceName
)
Request Example View Source

Parameters

resourceName
Type: SystemString
Resource to include.

Return Value

Type: IEncodedString
Resource as an encoded string.
See Also