FilterProviderContext.Results 屬性

定義

取得或設定 FilterItem ,最初從 FilterDescriptor s 或快取專案建立。 IFilterProvider應該在現有專案上設定 Filter s,或新增 FilterItem s,讓可執行篩選可供使用。

public:
 property System::Collections::Generic::IList<Microsoft::AspNetCore::Mvc::Filters::FilterItem ^> ^ Results { System::Collections::Generic::IList<Microsoft::AspNetCore::Mvc::Filters::FilterItem ^> ^ get(); void set(System::Collections::Generic::IList<Microsoft::AspNetCore::Mvc::Filters::FilterItem ^> ^ value); };
public System.Collections.Generic.IList<Microsoft.AspNetCore.Mvc.Filters.FilterItem> Results { get; set; }
member this.Results : System.Collections.Generic.IList<Microsoft.AspNetCore.Mvc.Filters.FilterItem> with get, set
Public Property Results As IList(Of FilterItem)

屬性值

適用於