共用方式為


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)

屬性值

適用於