Notitie
Voor toegang tot deze pagina is autorisatie vereist. U kunt proberen u aan te melden of de directory te wijzigen.
Voor toegang tot deze pagina is autorisatie vereist. U kunt proberen de mappen te wijzigen.
Gets all the result filters in the application.
Namespace: System.Web.Mvc
Assembly: System.Web.Mvc (in System.Web.Mvc.dll)
Syntax
'Declaration
Public ReadOnly Property ResultFilters As IList(Of IResultFilter)
Get
public IList<IResultFilter> ResultFilters { get; }
public:
property IList<IResultFilter^>^ ResultFilters {
IList<IResultFilter^>^ get ();
}
Property Value
Type: System.Collections.Generic.IList<IResultFilter>
The result filters.