Namespace Umbraco.Cms.Web.Common.Attributes
Classes
IgnoreFromNotFoundSelectorPolicyAttribute
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.
IsBackOfficeAttribute
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.
PluginControllerAttribute
Indicates that a controller is a plugin controller and will be routed to its own area.
UmbracoApiControllerAttribute
When present on a controller then UmbracoApiBehaviorApplicationModelProvider conventions will apply