namespace Umbraco.Cms.Core; public interface IBackOfficeInfo { /// /// Gets the absolute url to the Umbraco Backoffice. This info can be used to build absolute urls for Backoffice to use /// in mails etc. /// string GetAbsoluteUrl { get; } }