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::IViewComponentInvoker
public class DefaultViewComponentInvoker : Microsoft.AspNetCore.Mvc.ViewComponents.IViewComponentInvoker
type DefaultViewComponentInvoker = class
interface IViewComponentInvoker
Public 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 |