Share via


IOverrideFilter Interface

 

Defines a filter that overrides other filters.

Namespace:   System.Web.Mvc.Filters
Assembly:  System.Web.Mvc (in System.Web.Mvc.dll)

Syntax

public interface IOverrideFilter
public interface class IOverrideFilter
type IOverrideFilter = interface end
Public Interface IOverrideFilter

Properties

Name Description
System_CAPS_pubproperty FiltersToOverride

Gets the type of filters to override.

See Also

System.Web.Mvc.Filters Namespace

Return to top