Namespace Umbraco.Cms.Web.Common.Filters
Classes
BackOfficeCultureFilter
Applied to all Umbraco controllers to ensure the thread culture is set to the culture assigned to the back office identity
DisableBrowserCacheAttribute
Ensures that the request is not cached by the browser
ExceptionViewModel
ModelBindingExceptionAttribute
An exception filter checking if we get a Model
StatusCodeResultAttribute
Forces the response to have a specific http status code
UmbracoMemberAuthorizeAttribute
Ensures authorization is successful for a website user (member).
UmbracoMemberAuthorizeFilter
Ensures authorization is successful for a front-end member
UmbracoUserTimeoutFilterAttribute
This will check if the user making the request is authenticated and if there's an auth ticket tied to the user we will add a custom header to the response indicating how many seconds are remaining for the user's session. This allows us to keep track of a user's session effectively in the back office.
UmbracoVirtualPageFilterAttribute
Used to set the Umbraco
ValidateUmbracoFormRouteStringAttribute
Attribute used to check that the request contains a valid Umbraco form request string.