DefaultViewComponentInvokerFactory 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.
public ref class DefaultViewComponentInvokerFactory : Microsoft::AspNetCore::Mvc::ViewComponents::IViewComponentInvokerFactory
public class DefaultViewComponentInvokerFactory : Microsoft.AspNetCore.Mvc.ViewComponents.IViewComponentInvokerFactory
type DefaultViewComponentInvokerFactory = class
interface IViewComponentInvokerFactory
Public Class DefaultViewComponentInvokerFactory
Implements IViewComponentInvokerFactory
- Inheritance
-
DefaultViewComponentInvokerFactory
- Implements
Constructors
DefaultViewComponentInvokerFactory(IViewComponentFactory, ViewComponentInvokerCache, DiagnosticSource, ILoggerFactory) |
Methods
CreateInstance(ViewComponentContext) |
Creates a IViewComponentInvoker. |