ActionInvokerProviderContext(ActionContext) Konstruktor
Definition
Wichtig
Einige Informationen beziehen sich auf Vorabversionen, die vor dem Release ggf. grundlegend überarbeitet werden. Microsoft übernimmt hinsichtlich der hier bereitgestellten Informationen keine Gewährleistungen, seien sie ausdrücklich oder konkludent.
Initialisiert eine neue Instanz von 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)
Parameter
- actionContext
- ActionContext
Die aufzurufende ActionContext.