Class ExceptionFilterSettings
Typed configuration options for exception filter settings.
Inheritance
object
Namespace: Umbraco.Cms.Core.Configuration.Models
Assembly: Umbraco.Core.dll
Syntax
[UmbracoOptions("Umbraco:CMS:ExceptionFilter")]
public class ExceptionFilterSettings
Properties
View SourceDisabled
Gets or sets a value indicating whether the exception filter is disabled.
Declaration
public bool Disabled { get; set; }
Property Value
| Type | Description |
|---|---|
| bool |