C# Class Skimur.Web.Infrastructure.ViewComponentInvokerFactory

Inheritance: IViewComponentInvokerFactory
Afficher le fichier Open project: skimur/skimur

Méthodes publiques

Méthode Description
CreateInstance ( ViewComponentContext context ) : IViewComponentInvoker
ViewComponentInvokerFactory ( ITypeActivatorCache typeActivatorCache, IViewComponentActivator viewComponentActivator, System.Diagnostics.DiagnosticSource diagnosticSource, ILoggerFactory loggerFactory ) : Microsoft.AspNet.Html.Abstractions

Method Details

CreateInstance() public méthode

public CreateInstance ( ViewComponentContext context ) : IViewComponentInvoker
context ViewComponentContext
Résultat IViewComponentInvoker

ViewComponentInvokerFactory() public méthode

public ViewComponentInvokerFactory ( ITypeActivatorCache typeActivatorCache, IViewComponentActivator viewComponentActivator, System.Diagnostics.DiagnosticSource diagnosticSource, ILoggerFactory loggerFactory ) : Microsoft.AspNet.Html.Abstractions
typeActivatorCache ITypeActivatorCache
viewComponentActivator IViewComponentActivator
diagnosticSource System.Diagnostics.DiagnosticSource
loggerFactory ILoggerFactory
Résultat Microsoft.AspNet.Html.Abstractions