Search Results for

    Show / Hide Table of Contents

    Namespace Umbraco.Cms.Web.BackOffice.Filters

    Classes

    AppendUserModifiedHeaderAttribute

    Appends a custom response header to notify the UI that the current user data has been modified

    ContentSaveValidationAttribute

    Validates the incoming ContentItemSave model along with if the user is allowed to perform the operation

    FileUploadCleanupFilterAttribute

    Checks if the parameter is IHaveUploadedFiles and then deletes any temporary saved files from file uploads associated with the request

    JsonCamelCaseFormatterAttribute

    MinifyJavaScriptResultAttribute

    PrefixlessBodyModelValidatorAttribute

    Applying this attribute to any controller will ensure that the parameter name (prefix) is not part of the validation error keys.

    SetAngularAntiForgeryTokensAttribute

    An attribute/filter to set the csrf cookie token based on angular conventions

    UmbracoRequireHttpsAttribute

    If Umbraco.Core.UseHttps property in web.config is set to true, this filter will redirect any http access to https.

    UnhandledExceptionLoggerFilter

    Applies the UnhandledExceptionLoggerMiddleware to a specific controller when used with this attribute [MiddlewareFilter(typeof(UnhandledExceptionLoggerFilter))] The middleware will run in the filter pipeline, at the same stage as resource filters

    UnhandledExceptionLoggerMiddleware

    Logs any unhandled exception.

    ValidateAngularAntiForgeryTokenAttribute

    An attribute/filter to check for the csrf token based on Angular's standard approach

    In This Article
    • Classes
    Back to top Copyright © 2016-present Umbraco
    Generated by DocFX