ActionInvokerProviderContext(ActionContext) Constructor
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.
Initializes a new instance of ActionInvokerProviderContext.
public:
ActionInvokerProviderContext(Microsoft::AspNetCore::Mvc::ActionContext ^ actionContext);
public ActionInvokerProviderContext (Microsoft.AspNetCore.Mvc.ActionContext actionContext);
new Microsoft.AspNetCore.Mvc.Abstractions.ActionInvokerProviderContext : Microsoft.AspNetCore.Mvc.ActionContext -> Microsoft.AspNetCore.Mvc.Abstractions.ActionInvokerProviderContext
Public Sub New (actionContext As ActionContext)
Parameters
- actionContext
- ActionContext
The ActionContext to invoke.