Fill filter attributes (#1607)

* Fill filter attributes

* Fixed wrong links
pull/1678/head
雨宮丶優子 2016-07-08 03:42:02 +08:00 committed by Rick Anderson
parent 0af4cab2d9
commit db06e05a5e
1 changed files with 3 additions and 1 deletions

View File

@ -94,9 +94,11 @@ Several of the filter interfaces have corresponding attributes that can be used
Filter attributes:
- :dn:cls:`~Microsoft.AspNetCore.Mvc.Filters.ActionFilterAttribute`
- AuthorizationFilterAttribute
- :dn:cls:`~Microsoft.AspNetCore.Mvc.Filters.ExceptionFilterAttribute`
- :dn:cls:`~Microsoft.AspNetCore.Mvc.Filters.ResultFilterAttribute`
- :dn:cls:`~Microsoft.AspNetCore.Mvc.FormatFilterAttribute`
- :dn:cls:`~Microsoft.AspNetCore.Mvc.ServiceFilterAttribute`
- :dn:cls:`~Microsoft.AspNetCore.Mvc.TypeFilterAttribute`
Cancellation and Short Circuiting
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^