diff --git a/aspnet/mvc/controllers/filters.rst b/aspnet/mvc/controllers/filters.rst index fb59f647ce..70d82a26a0 100644 --- a/aspnet/mvc/controllers/filters.rst +++ b/aspnet/mvc/controllers/filters.rst @@ -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 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^