IActionInvokerFactory.CreateInvoker(ActionContext) Methode
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.
Erstellt ein IActionInvoker für die aktuelle Anforderung, die zugeordnet ist actionContext
.
public:
Microsoft::AspNetCore::Mvc::Abstractions::IActionInvoker ^ CreateInvoker(Microsoft::AspNetCore::Mvc::ActionContext ^ actionContext);
public Microsoft.AspNetCore.Mvc.Abstractions.IActionInvoker CreateInvoker (Microsoft.AspNetCore.Mvc.ActionContext actionContext);
public Microsoft.AspNetCore.Mvc.Abstractions.IActionInvoker? CreateInvoker (Microsoft.AspNetCore.Mvc.ActionContext actionContext);
abstract member CreateInvoker : Microsoft.AspNetCore.Mvc.ActionContext -> Microsoft.AspNetCore.Mvc.Abstractions.IActionInvoker
Public Function CreateInvoker (actionContext As ActionContext) As IActionInvoker
Parameter
- actionContext
- ActionContext
Die ActionContext , die der aktuellen Anforderung zugeordnet ist.
Gibt zurück
Ein IActionInvoker oder null
.