次の方法で共有


DefaultViewComponentSelector コンストラクター

定義

新しい DefaultViewComponentSelector を作成します。

public:
 DefaultViewComponentSelector(Microsoft::AspNetCore::Mvc::ViewComponents::IViewComponentDescriptorCollectionProvider ^ descriptorProvider);
public DefaultViewComponentSelector (Microsoft.AspNetCore.Mvc.ViewComponents.IViewComponentDescriptorCollectionProvider descriptorProvider);
new Microsoft.AspNetCore.Mvc.ViewComponents.DefaultViewComponentSelector : Microsoft.AspNetCore.Mvc.ViewComponents.IViewComponentDescriptorCollectionProvider -> Microsoft.AspNetCore.Mvc.ViewComponents.DefaultViewComponentSelector
Public Sub New (descriptorProvider As IViewComponentDescriptorCollectionProvider)

パラメーター

適用対象