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.
CreateEncodedString(value)
Signature: value:obj -> IEncodedString
Modifiers: abstract
Creates a IEncodedString instance for the specified object instance.
Fork me on GitHub