Interface IBackOfficeInfo
Namespace: Umbraco.Cms.Core
Assembly: Umbraco.Core.dll
Syntax
public interface IBackOfficeInfo
Properties
View SourceGetAbsoluteUrl
Gets the absolute url to the Umbraco Backoffice. This info can be used to build absolute urls for Backoffice to use in mails etc.
Declaration
string GetAbsoluteUrl { get; }
Property Value
Type | Description |
---|---|
System.String |