FilterProviderContext.Results Property

Definition

Gets or sets the FilterItems, initially created from FilterDescriptors or a cache entry. IFilterProviders should set Filter on existing items or add new FilterItems to make executable filters available.

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)

Property Value

Applies to