Template Documentation
FilterConfig Class |
Used to configure all the custom filters
Inheritance Hierarchy
Namespace: Template.Web
Assembly: Template.Web (in Template.Web.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
C#
public class FilterConfig
The FilterConfig type exposes the following members.
Constructors
Name | Description | |
---|---|---|
FilterConfig | Initializes a new instance of the FilterConfig class |
Methods
Name | Description | |
---|---|---|
RegisterGlobalFilters |
Add all the custom filters to the GlobalFilters
|
See Also