IViewComponentDescriptorCollectionProvider.ViewComponents プロパティ

定義

現在キャッシュされている ViewComponentDescriptorCollectionを返します。

public:
 property Microsoft::AspNetCore::Mvc::ViewComponents::ViewComponentDescriptorCollection ^ ViewComponents { Microsoft::AspNetCore::Mvc::ViewComponents::ViewComponentDescriptorCollection ^ get(); };
public Microsoft.AspNetCore.Mvc.ViewComponents.ViewComponentDescriptorCollection ViewComponents { get; }
member this.ViewComponents : Microsoft.AspNetCore.Mvc.ViewComponents.ViewComponentDescriptorCollection
Public ReadOnly Property ViewComponents As ViewComponentDescriptorCollection

プロパティ値

適用対象