ServiceBasedViewComponentActivator クラス
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
IViewComponentActivator要求IServiceProviderの からサービスとしてビュー コンポーネントを取得する 。
public ref class ServiceBasedViewComponentActivator : Microsoft::AspNetCore::Mvc::ViewComponents::IViewComponentActivator
public class ServiceBasedViewComponentActivator : Microsoft.AspNetCore.Mvc.ViewComponents.IViewComponentActivator
type ServiceBasedViewComponentActivator = class
interface IViewComponentActivator
Public Class ServiceBasedViewComponentActivator
Implements IViewComponentActivator
- 継承
-
ServiceBasedViewComponentActivator
- 実装
コンストラクター
ServiceBasedViewComponentActivator() |
IViewComponentActivator要求IServiceProviderの からサービスとしてビュー コンポーネントを取得する 。 |
メソッド
Create(ViewComponentContext) |
ViewComponent をインスタンス化します。 |
Release(ViewComponentContext, Object) |
ViewComponent インスタンスを解放します。 |