C# Class Skimur.Web.Infrastructure.ViewComponentInvokerFactory

Inheritance: IViewComponentInvokerFactory
Show file Open project: skimur/skimur

Public Methods

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

Method Details

CreateInstance() public method

public CreateInstance ( ViewComponentContext context ) : IViewComponentInvoker
context ViewComponentContext
return IViewComponentInvoker

ViewComponentInvokerFactory() public method

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
return Microsoft.AspNet.Html.Abstractions