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

Inheritance: Microsoft.AspNetCore.Mvc.Internal.ControllerActionInvoker, IModelBindingActionInvoker
ファイルを表示 Open project: ivaylokenov/MyTested.AspNetCore.Mvc

Public Methods

Method 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 method

public InvokeAsync ( ) : System.Threading.Tasks.Task
return System.Threading.Tasks.Task

ModelBindingActionInvoker() public method

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
return System.Collections.Generic