Search Results for

    Show / Hide Table of Contents
    View Source

    Class RuntimeSettings

    Typed configuration options for runtime settings.

    Inheritance
    System.Object
    Namespace: Umbraco.Cms.Core.Configuration.Models
    Assembly: Umbraco.Core.dll
    Syntax
    public class RuntimeSettings

    Properties

    View Source

    MaxQueryStringLength

    Gets or sets a value for the maximum query string length.

    Declaration
    public int? MaxQueryStringLength { get; set; }
    Property Value
    Type Description
    System.Nullable<System.Int32>
    View Source

    MaxRequestLength

    Gets or sets a value for the maximum request length in kb.

    Declaration
    public int? MaxRequestLength { get; set; }
    Property Value
    Type Description
    System.Nullable<System.Int32>
    View Source

    Mode

    Gets or sets the runtime mode.

    Declaration
    public RuntimeMode Mode { get; set; }
    Property Value
    Type Description
    RuntimeMode
    • Improve this Doc
    • View Source
    In This Article
    • Properties
      • MaxQueryStringLength
      • MaxRequestLength
      • Mode
    Back to top Copyright © 2016-present Umbraco
    Generated by DocFX