Search Results for

    Show / Hide Table of Contents
    View Source

    Class SkipMaintenanceModeFilterAttribute

    Suppresses MaintenanceModeActionFilterAttribute for the decorated controller or action, allowing it to respond normally during application upgrades.

    Inheritance
    object
    Attribute
    Namespace: Umbraco.Cms.Web.Common.Controllers
    Assembly: Umbraco.Web.Common.dll
    Syntax
    [AttributeUsage(AttributeTargets.Class|AttributeTargets.Method)]
    public sealed class SkipMaintenanceModeFilterAttribute : Attribute
    Remarks

    Apply to endpoints that must remain accessible during an upgrade — for example, server status and configuration endpoints that the backoffice needs to detect the upgrading state.

    Constructors

    View Source

    SkipMaintenanceModeFilterAttribute()

    Declaration
    public SkipMaintenanceModeFilterAttribute()
    • View Source
    In this article
    Back to top Copyright © 2016-present Umbraco
    Generated by DocFX