View Source
Interface IUmbracoSettingsSection
Assembly: Umbraco.Core.dll
Syntax
public interface IUmbracoSettingsSection : IUmbracoConfigurationSection
Properties
View Source
BackOffice
Declaration
IBackOfficeSection BackOffice { get; }
Property Value
View Source
Content
Declaration
IContentSection Content { get; }
Property Value
View Source
KeepAlive
Declaration
IKeepAliveSection KeepAlive { get; }
Property Value
View Source
Logging
Declaration
ILoggingSection Logging { get; }
Property Value
View Source
RequestHandler
Declaration
IRequestHandlerSection RequestHandler { get; }
Property Value
View Source
Security
Declaration
ISecuritySection Security { get; }
Property Value
View Source
WebRouting
Declaration
IWebRoutingSection WebRouting { get; }
Property Value