RazorEngine


RawString

Defined in RazorEngine.dll.
Represents an unencoded string.

Constructors

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

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