namespace Umbraco.Cms.Web.Common.Attributes; /// /// When applied to an api controller it will be routed to the /Umbraco/BackOffice prefix route so we can determine if /// it /// is a back office route or not. /// [AttributeUsage(AttributeTargets.Class)] public sealed class IsBackOfficeAttribute : Attribute { }