Aracılığıyla paylaş


CustomErrorsSection.AllowNestedErrors Özellik

Tanım

Özel hata sayfası görüntülenemediğinde ASP.NET genel bir hata iletisi görüntüleyip görüntülemeyeceğini belirten bir değer alır veya ayarlar.

public:
 property bool AllowNestedErrors { bool get(); void set(bool value); };
[System.Configuration.ConfigurationProperty("allowNestedErrors", DefaultValue=false)]
public bool AllowNestedErrors { get; set; }
[<System.Configuration.ConfigurationProperty("allowNestedErrors", DefaultValue=false)>]
member this.AllowNestedErrors : bool with get, set
Public Property AllowNestedErrors As Boolean

Özellik Değeri

Boolean

true özel hata sayfası görüntülenemediğinde genel bir hata iletisi görüntüleniyorsa; aksi takdirde , false. Varsayılan değer: false.

Öznitelikler

Şunlara uygulanır