ActionFilterAttribute Methods
The ActionFilterAttribute type exposes the following members.
| Name | Description | |
|---|---|---|
|
Equals | (Inherited from Attribute.) |
|
Finalize | (Inherited from Object.) |
|
GetHashCode | (Inherited from Attribute.) |
|
GetType | (Inherited from Object.) |
|
IsDefaultAttribute | (Inherited from Attribute.) |
|
Match | (Inherited from Attribute.) |
|
MemberwiseClone | (Inherited from Object.) |
|
OnActionExecuted | Called by the ASP.NET MVC framework after the action method executes. |
|
OnActionExecuting | Called by the ASP.NET MVC framework before the action method executes. |
|
OnResultExecuted | Called by the ASP.NET MVC framework after the action result executes. |
|
OnResultExecuting | Called by the ASP.NET MVC framework before the action result executes. |
|
ToString | (Inherited from Object.) |
| Name | Description | |
|---|---|---|
|
_Attribute.GetIDsOfNames | (Inherited from Attribute.) |
|
_Attribute.GetTypeInfo | (Inherited from Attribute.) |
|
_Attribute.GetTypeInfoCount | (Inherited from Attribute.) |
|
_Attribute.Invoke | (Inherited from Attribute.) |
Show: