Class HostingSettings
Typed configuration options for hosting settings.
Inheritance
System.Object
Namespace: Umbraco.Cms.Core.Configuration.Models
Assembly: Umbraco.Core.dll
Syntax
public class HostingSettings
Properties
View SourceApplicationVirtualPath
Gets or sets a value for the application virtual path.
Declaration
public string ApplicationVirtualPath { get; set; }
Property Value
Type | Description |
---|---|
System.String |
Debug
Gets or sets a value indicating whether umbraco is running in [debug mode].
Declaration
public bool Debug { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean |
|
LocalTempStorageLocation
Gets or sets a value for the location of temporary files.
Declaration
public LocalTempStorage LocalTempStorageLocation { get; set; }
Property Value
Type | Description |
---|---|
LocalTempStorage |
SiteName
Gets or sets a value specifying the name of the site.
Declaration
public string SiteName { get; set; }
Property Value
Type | Description |
---|---|
System.String |