C# 클래스 Skimur.Web.Infrastructure.Invoker

상속: IViewComponentInvoker
파일 보기 프로젝트 열기: skimur/skimur

공개 메소드들

메소드 설명
Invoke ( ViewComponentContext context ) : void
InvokeAsync ( ViewComponentContext context ) : System.Threading.Tasks.Task
InvokeSyncCore ( MethodInfo method, ViewComponentContext context ) : IViewComponentResult
Invoker ( ITypeActivatorCache typeActivatorCache, IViewComponentActivator viewComponentActivator, System.Diagnostics.DiagnosticSource diagnosticSource, ILogger logger ) : Microsoft.AspNet.Html.Abstractions

비공개 메소드들

메소드 설명
CoerceToViewComponentResult ( object value ) : IViewComponentResult
CreateComponent ( ViewComponentContext context ) : object
InvokeAsyncCore ( MethodInfo method, ViewComponentContext context ) : Task

메소드 상세

Invoke() 공개 메소드

public Invoke ( ViewComponentContext context ) : void
context ViewComponentContext
리턴 void

InvokeAsync() 공개 메소드

public InvokeAsync ( ViewComponentContext context ) : System.Threading.Tasks.Task
context ViewComponentContext
리턴 System.Threading.Tasks.Task

InvokeSyncCore() 공개 메소드

public InvokeSyncCore ( MethodInfo method, ViewComponentContext context ) : IViewComponentResult
method System.Reflection.MethodInfo
context ViewComponentContext
리턴 IViewComponentResult

Invoker() 공개 메소드

public Invoker ( ITypeActivatorCache typeActivatorCache, IViewComponentActivator viewComponentActivator, System.Diagnostics.DiagnosticSource diagnosticSource, ILogger logger ) : Microsoft.AspNet.Html.Abstractions
typeActivatorCache ITypeActivatorCache
viewComponentActivator IViewComponentActivator
diagnosticSource System.Diagnostics.DiagnosticSource
logger ILogger
리턴 Microsoft.AspNet.Html.Abstractions