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.

Returns: The encoded string.

ToString()
Signature: unit -> string
Modifiers: abstract

Gets the string representation of this instance.

Returns: The string representation of this instance.

Fork me on GitHub