using System; using Umbraco.Cms.Web.Common.ApplicationModels; namespace Umbraco.Cms.Web.Common.Attributes { /// /// When present on a controller then conventions will apply /// [AttributeUsage(AttributeTargets.Class, AllowMultiple = false, Inherited = true)] public sealed class UmbracoApiControllerAttribute : Attribute { } }