|
HtmlHelperRaw Method
|
Returns a string value that is not HTML encoded.
Namespace: GSF.Web.ModelAssembly: GSF.Web (in GSF.Web.dll) Version: 2.4.207-beta
Syntax public IEncodedString Raw(
string value
)
Public Function Raw (
value As String
) As IEncodedString
public:
IEncodedString^ Raw(
String^ value
)
member Raw :
value : string -> IEncodedString
View SourceParameters
- value String
- Raw string value to return.
Return Value
IEncodedStringRaw string value that is not HTML encoded.
See Also