DefaultViewComponentDescriptorProvider(ApplicationPartManager) コンストラクター

定義

新しい DefaultViewComponentDescriptorProvider を作成します。

public:
 DefaultViewComponentDescriptorProvider(Microsoft::AspNetCore::Mvc::ApplicationParts::ApplicationPartManager ^ partManager);
public DefaultViewComponentDescriptorProvider (Microsoft.AspNetCore.Mvc.ApplicationParts.ApplicationPartManager partManager);
new Microsoft.AspNetCore.Mvc.ViewComponents.DefaultViewComponentDescriptorProvider : Microsoft.AspNetCore.Mvc.ApplicationParts.ApplicationPartManager -> Microsoft.AspNetCore.Mvc.ViewComponents.DefaultViewComponentDescriptorProvider
Public Sub New (partManager As ApplicationPartManager)

パラメーター

適用対象