DefaultViewComponentFactory Třída
Definice
Důležité
Některé informace platí pro předběžně vydaný produkt, který se může zásadně změnit, než ho výrobce nebo autor vydá. Microsoft neposkytuje žádné záruky, výslovné ani předpokládané, týkající se zde uváděných informací.
Výchozí implementace pro IViewComponentFactory.
public ref class DefaultViewComponentFactory : Microsoft::AspNetCore::Mvc::ViewComponents::IViewComponentFactory
public class DefaultViewComponentFactory : Microsoft.AspNetCore.Mvc.ViewComponents.IViewComponentFactory
type DefaultViewComponentFactory = class
interface IViewComponentFactory
Public Class DefaultViewComponentFactory
Implements IViewComponentFactory
- Dědičnost
-
DefaultViewComponentFactory
- Implementuje
Konstruktory
DefaultViewComponentFactory(IViewComponentActivator) |
Vytvoří novou instanci DefaultViewComponentFactory |
Metody
CreateViewComponent(ViewComponentContext) |
Vytvoří nový kontroler pro zadaný |
ReleaseViewComponent(ViewComponentContext, Object) |
Uvolní instanci komponenty zobrazení. |
ReleaseViewComponentAsync(ViewComponentContext, Object) |
Uvolní instanci komponenty zobrazení asynchronně. |