C# Class MyTested.AspNetCore.Mvc.Internal.Routing.ModelBindingActionInvoker

Inheritance: Microsoft.AspNetCore.Mvc.Internal.ControllerActionInvoker, IModelBindingActionInvoker
Afficher le fichier Open project: ivaylokenov/MyTested.AspNetCore.Mvc

Méthodes publiques

Méthode Description
InvokeAsync ( ) : System.Threading.Tasks.Task
ModelBindingActionInvoker ( ControllerActionInvokerCache cache, IControllerFactory controllerFactory, IControllerArgumentBinder controllerArgumentBinder, ILogger logger, System.Diagnostics.DiagnosticSource diagnosticSource, Microsoft.AspNetCore.Mvc.ActionContext actionContext, IReadOnlyList valueProviderFactories, int maxModelValidationErrors ) : System.Collections.Generic

Method Details

InvokeAsync() public méthode

public InvokeAsync ( ) : System.Threading.Tasks.Task
Résultat System.Threading.Tasks.Task

ModelBindingActionInvoker() public méthode

public ModelBindingActionInvoker ( ControllerActionInvokerCache cache, IControllerFactory controllerFactory, IControllerArgumentBinder controllerArgumentBinder, ILogger logger, System.Diagnostics.DiagnosticSource diagnosticSource, Microsoft.AspNetCore.Mvc.ActionContext actionContext, IReadOnlyList valueProviderFactories, int maxModelValidationErrors ) : System.Collections.Generic
cache ControllerActionInvokerCache
controllerFactory IControllerFactory
controllerArgumentBinder IControllerArgumentBinder
logger ILogger
diagnosticSource System.Diagnostics.DiagnosticSource
actionContext Microsoft.AspNetCore.Mvc.ActionContext
valueProviderFactories IReadOnlyList
maxModelValidationErrors int
Résultat System.Collections.Generic