Search Results for

    Show / Hide Table of Contents
    View Source

    Class WebsiteSettings

    Typed configuration options for website rendering settings.

    Inheritance
    object
    Namespace: Umbraco.Cms.Core.Configuration.Models
    Assembly: Umbraco.Core.dll
    Syntax
    [UmbracoOptions("Umbraco:CMS:Website")]
    public class WebsiteSettings

    Constructors

    View Source

    WebsiteSettings()

    Declaration
    public WebsiteSettings()

    Properties

    View Source

    OutputCache

    Gets or sets the output cache settings for website rendering.

    Declaration
    public WebsiteSettings.OutputCacheSettings OutputCache { get; set; }
    Property Value
    Type Description
    WebsiteSettings.OutputCacheSettings
    • View Source
    In this article
    Back to top Copyright © 2016-present Umbraco
    Generated by DocFX