Search Results for

    Show / Hide Table of Contents
    View Source

    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 Source

    ApplicationVirtualPath

    Gets or sets a value for the application virtual path.

    Declaration
    public string ApplicationVirtualPath { get; set; }
    Property Value
    Type Description
    System.String
    View Source

    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

    true if [debug mode]; otherwise, false.

    View Source

    LocalTempStorageLocation

    Gets or sets a value for the location of temporary files.

    Declaration
    public LocalTempStorage LocalTempStorageLocation { get; set; }
    Property Value
    Type Description
    LocalTempStorage
    View Source

    SiteName

    Gets or sets a value specifying the name of the site.

    Declaration
    public string SiteName { get; set; }
    Property Value
    Type Description
    System.String
    • Improve this Doc
    • View Source
    In This Article
    • Properties
      • ApplicationVirtualPath
      • Debug
      • LocalTempStorageLocation
      • SiteName
    Back to top Copyright © 2016-present Umbraco
    Generated by DocFX