ActionInvokerProviderContext Class

Definition

A context for IActionInvokerProvider.

public ref class ActionInvokerProviderContext
public class ActionInvokerProviderContext
type ActionInvokerProviderContext = class
Public Class ActionInvokerProviderContext
Inheritance
ActionInvokerProviderContext

Constructors

ActionInvokerProviderContext(ActionContext)

Initializes a new instance of ActionInvokerProviderContext.

Properties

ActionContext

Gets the ActionContext to invoke.

Result

Gets or sets the IActionInvoker that will be used to invoke ActionContext

Applies to