OverrideExceptionFiltersAttribute::FiltersToOverride Property

 

Gets the filters to override for this instance.

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

public:
property Type^ FiltersToOverride {
	virtual Type^ get() sealed;
}

Property Value

Type: System::Type^

The filters to override for this instance.

Return to top
Show: