Share via


FilterProviderContext.Results 属性

定义

获取或设置 FilterItem最初从 FilterDescriptor或缓存项创建的 。 IFilterProvider应在现有项上设置 Filter s,或添加新 FilterItem的 以使可执行筛选器可用。

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)

属性值

适用于