次の方法で共有


TagHelperFeatureProvider.PopulateFeature メソッド

定義

インスタンスをfeature更新します。

public:
 virtual void PopulateFeature(System::Collections::Generic::IEnumerable<Microsoft::AspNetCore::Mvc::ApplicationParts::ApplicationPart ^> ^ parts, Microsoft::AspNetCore::Mvc::Razor::TagHelpers::TagHelperFeature ^ feature);
public void PopulateFeature (System.Collections.Generic.IEnumerable<Microsoft.AspNetCore.Mvc.ApplicationParts.ApplicationPart> parts, Microsoft.AspNetCore.Mvc.Razor.TagHelpers.TagHelperFeature feature);
abstract member PopulateFeature : seq<Microsoft.AspNetCore.Mvc.ApplicationParts.ApplicationPart> * Microsoft.AspNetCore.Mvc.Razor.TagHelpers.TagHelperFeature -> unit
override this.PopulateFeature : seq<Microsoft.AspNetCore.Mvc.ApplicationParts.ApplicationPart> * Microsoft.AspNetCore.Mvc.Razor.TagHelpers.TagHelperFeature -> unit
Public Sub PopulateFeature (parts As IEnumerable(Of ApplicationPart), feature As TagHelperFeature)

パラメーター

parts
IEnumerable<ApplicationPart>

アプリケーション内の ApplicationPart インスタンスの一覧。

feature
TagHelperFeature

設定する機能インスタンス。

実装

適用対象