using Umbraco.Cms.Core.Composing; namespace Umbraco.Cms.Web.Common.Controllers { /// /// A marker interface to designate that a controller will be used for Umbraco front-end requests and/or route hijacking /// public interface IRenderController : IDiscoverable { } }