RazorEngine


IEncodedStringFactory

Defined in RazorEngine.dll.

Defines the required contract for implementing a factory for building encoded strings.

Instance members

Instance memberDescription
CreateEncodedString(value)
Signature: value:string -> IEncodedString
Modifiers: abstract

Creates a IEncodedString instance for the specified raw string.

Returns: An instance of .

CreateEncodedString(value)
Signature: value:obj -> IEncodedString
Modifiers: abstract

Creates a IEncodedString instance for the specified object instance.

Returns: An instance of .

Fork me on GitHub