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 : object
  Properties
View SourceMaxQueryStringLength
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> | 
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> |