RazorEngine


HtmlEncodedString

Defined in RazorEngine.dll.
Represents a Html-encoded string.

Constructors

ConstructorDescription
new(value)
Signature: value:string -> unit
Initialises a new instance of HtmlEncodedString

Instance members

Instance memberDescription
ToEncodedString()
Signature: unit -> string
Modifiers: abstract
Gets the encoded string.
ToString()
Signature: unit -> string
Modifiers: abstract
Gets the string representation of this instance.
Fork me on GitHub