HtmlEncodedString
Defined in RazorEngine.dll.
Represents a Html-encoded string.
Constructors
Constructor | Description |
new(value)
Signature: value:string -> unit
|
Initialises a new instance of HtmlEncodedString |
Instance members
Instance member | Description |
ToEncodedString()
Signature: unit -> string
Modifiers: abstract |
Gets the encoded string. Returns: The encoded string. |
ToString()
Signature: unit -> string
Modifiers: abstract |
Gets the string representation of this instance. Returns: The string representation of this instance. |