Click or drag to resize

HtmlHelperRaw Method

Returns a string value that is not HTML encoded.

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

Parameters

value  String
Raw string value to return.

Return Value

IEncodedString
Raw string value that is not HTML encoded.
See Also