ActionInvokerProviderContext Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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 |