RazorEngine


ActLikeProxyAttribute

Defined in RazorEngine.dll.

Meta info describing proxy usage. Can be used to preload proxy.

Constructors

ConstructorDescription
new(interfaces, context)
Signature: (interfaces:Type [] * context:Type) -> unit

Initializes a new instance of the ActLikeProxyAttribute class.

Instance members

Instance memberDescription
Context()
Signature: unit -> unit

Gets or sets the context.

Interfaces()
Signature: unit -> unit

Gets or sets the interfaces.

Fork me on GitHub