次の方法で共有


ApplicationPartManager.FeatureProviders プロパティ

定義

の一覧を IApplicationFeatureProvider取得します。

public:
 property System::Collections::Generic::IList<Microsoft::AspNetCore::Mvc::ApplicationParts::IApplicationFeatureProvider ^> ^ FeatureProviders { System::Collections::Generic::IList<Microsoft::AspNetCore::Mvc::ApplicationParts::IApplicationFeatureProvider ^> ^ get(); };
public System.Collections.Generic.IList<Microsoft.AspNetCore.Mvc.ApplicationParts.IApplicationFeatureProvider> FeatureProviders { get; }
member this.FeatureProviders : System.Collections.Generic.IList<Microsoft.AspNetCore.Mvc.ApplicationParts.IApplicationFeatureProvider>
Public ReadOnly Property FeatureProviders As IList(Of IApplicationFeatureProvider)

プロパティ値

適用対象