Class BackOfficeServerVariables
Used to collect the server variables for use in the back office angular app
Inheritance
System.Object
Namespace: Umbraco.Cms.Web.BackOffice.Controllers
Assembly: Umbraco.Web.BackOffice.dll
Syntax
public class BackOfficeServerVariables
Constructors
View SourceBackOfficeServerVariables(LinkGenerator, IRuntimeState, UmbracoFeatures, IOptions<GlobalSettings>, IUmbracoVersion, IOptions<ContentSettings>, IHttpContextAccessor, TreeCollection, IHostingEnvironment, IOptions<RuntimeSettings>, IOptions<SecuritySettings>, IRuntimeMinifier, IBackOfficeExternalLoginProviders, IImageUrlGenerator, PreviewRoutes, IEmailSender, IOptions<MemberPasswordConfigurationSettings>)
Declaration
public BackOfficeServerVariables(LinkGenerator linkGenerator, IRuntimeState runtimeState, UmbracoFeatures features, IOptions<GlobalSettings> globalSettings, IUmbracoVersion umbracoVersion, IOptions<ContentSettings> contentSettings, IHttpContextAccessor httpContextAccessor, TreeCollection treeCollection, IHostingEnvironment hostingEnvironment, IOptions<RuntimeSettings> runtimeSettings, IOptions<SecuritySettings> securitySettings, IRuntimeMinifier runtimeMinifier, IBackOfficeExternalLoginProviders externalLogins, IImageUrlGenerator imageUrlGenerator, PreviewRoutes previewRoutes, IEmailSender emailSender, IOptions<MemberPasswordConfigurationSettings> memberPasswordConfigurationSettings)
Parameters
Type | Name | Description |
---|---|---|
Microsoft. |
linkGenerator | |
IRuntime |
runtimeState | |
Umbraco |
features | |
Microsoft. |
globalSettings | |
IUmbraco |
umbracoVersion | |
Microsoft. |
contentSettings | |
Microsoft. |
httpContextAccessor | |
Tree |
treeCollection | |
IHosting |
hostingEnvironment | |
Microsoft. |
runtimeSettings | |
Microsoft. |
securitySettings | |
IRuntime |
runtimeMinifier | |
IBack |
externalLogins | |
IImage |
imageUrlGenerator | |
Preview |
previewRoutes | |
IEmail |
emailSender | |
Microsoft. |
memberPasswordConfigurationSettings |