메소드 | 설명 | |
---|---|---|
Invoke ( ViewComponentContext context ) : void | ||
InvokeAsync ( ViewComponentContext context ) : System.Threading.Tasks.Task | ||
InvokeSyncCore ( |
||
Invoker ( ITypeActivatorCache typeActivatorCache, IViewComponentActivator viewComponentActivator, System.Diagnostics.DiagnosticSource diagnosticSource, ILogger logger ) : Microsoft.AspNet.Html.Abstractions |
메소드 | 설명 | |
---|---|---|
CoerceToViewComponentResult ( object value ) : IViewComponentResult | ||
CreateComponent ( ViewComponentContext context ) : object | ||
InvokeAsyncCore ( |
public Invoke ( ViewComponentContext context ) : void | ||
context | ViewComponentContext | |
리턴 | void |
public InvokeAsync ( ViewComponentContext context ) : System.Threading.Tasks.Task | ||
context | ViewComponentContext | |
리턴 | System.Threading.Tasks.Task |
public InvokeSyncCore ( |
||
method | ||
context | ViewComponentContext | |
리턴 | IViewComponentResult |
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 |