RazorEngine


InvokeContext

Defined in RazorEngine.dll.

Object that stores a context with a target for dynamic invocation

Constructors

ConstructorDescription
new(target, staticContext, context)
Signature: (target:Type * staticContext:bool * context:obj) -> unit

Initializes a new instance of the InvokeContext class.

new(target, context)
Signature: (target:obj * context:obj) -> unit

Initializes a new instance of the InvokeContext class.

Instance members

Instance memberDescription
Context()
Signature: unit -> unit

Gets or sets the context.

StaticContext()
Signature: unit -> unit

Gets or sets a value indicating whether [static context].

Target()
Signature: unit -> unit

Gets or sets the target.

Fork me on GitHub