DefaultViewComponentInvoker Class   
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Default implementation for IViewComponentInvoker.
public ref class DefaultViewComponentInvoker : Microsoft::AspNetCore::Mvc::ViewComponents::IViewComponentInvokerpublic class DefaultViewComponentInvoker : Microsoft.AspNetCore.Mvc.ViewComponents.IViewComponentInvokertype DefaultViewComponentInvoker = class
    interface IViewComponentInvokerPublic Class DefaultViewComponentInvoker
Implements IViewComponentInvoker- Inheritance
- 
				DefaultViewComponentInvoker
- Implements
Constructors
| DefaultViewComponentInvoker(IViewComponentFactory, ViewComponentInvokerCache, DiagnosticSource, ILogger) | Initializes a new instance of DefaultViewComponentInvoker. | 
Methods
| InvokeAsync(ViewComponentContext) | Executes the view component specified by ViewComponentDescriptor
of  |