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 SourceSkipMaintenanceModeFilterAttribute()
Declaration
public SkipMaintenanceModeFilterAttribute()