FilterCollectionExtensions.AddForFeature<TFilterType> 方法
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
新增只有在啟用指定功能時,才會在要求期間啟用的 MVC 篩選準則。
public static Microsoft.AspNetCore.Mvc.Filters.IFilterMetadata AddForFeature<TFilterType> (this Microsoft.AspNetCore.Mvc.Filters.FilterCollection filters, string feature) where TFilterType : Microsoft.AspNetCore.Mvc.Filters.IAsyncActionFilter;
static member AddForFeature : Microsoft.AspNetCore.Mvc.Filters.FilterCollection * string -> Microsoft.AspNetCore.Mvc.Filters.IFilterMetadata (requires 'FilterType :> Microsoft.AspNetCore.Mvc.Filters.IAsyncActionFilter)
<Extension()>
Public Function AddForFeature(Of TFilterType As IAsyncActionFilter) (filters As FilterCollection, feature As String) As IFilterMetadata
類型參數
- TFilterType
啟用此功能時要新增並使用的 MVC 篩選器。
參數
- filters
- FilterCollection
要加入至的篩選集合。
- feature
- String
必須啟用的功能,才能觸發 MVC 篩選準則的執行。