RazorEngine


InvokeExt

Defined in RazorEngine.dll.

Various extension methods for add

Static members

Static memberDescription
WithArgumentName(argument, name)
Signature: (argument:obj * name:string) -> InvokeArg

attaches name of the argument.

Returns:

WithContext(target, context)
Signature: (target:obj * context:Type) -> InvokeContext

Combines target with context.

Returns:

WithContext(target)
Signature: target:obj -> InvokeContext
Type parameters: 'TContext

Combines target with context.

Returns:

WithContext(target, context)
Signature: (target:obj * context:obj) -> InvokeContext

Combines target with context.

Returns:

WithGenericArgs(name, genericArgs)
Signature: (name:string * genericArgs:Type []) -> InvokeMemberName

attaches generic args to string

Returns:

WithStaticContext(target, context)
Signature: (target:Type * context:obj) -> InvokeContext

Withes the static context.

Returns:

Fork me on GitHub