Aracılığıyla paylaş


XhtmlConformanceSection.Mode Özellik

Tanım

Özelliğini alır veya ayarlar Mode .

public:
 property System::Web::Configuration::XhtmlConformanceMode Mode { System::Web::Configuration::XhtmlConformanceMode get(); void set(System::Web::Configuration::XhtmlConformanceMode value); };
[System.Configuration.ConfigurationProperty("mode", DefaultValue=System.Web.Configuration.XhtmlConformanceMode.Transitional)]
public System.Web.Configuration.XhtmlConformanceMode Mode { get; set; }
[<System.Configuration.ConfigurationProperty("mode", DefaultValue=System.Web.Configuration.XhtmlConformanceMode.Transitional)>]
member this.Mode : System.Web.Configuration.XhtmlConformanceMode with get, set
Public Property Mode As XhtmlConformanceMode

Özellik Değeri

Değerlerden XhtmlConformanceMode biri. Varsayılan değer: Transitional.

Öznitelikler

Açıklamalar

Varsayılan olarak, HTML 4.0 veya üzerini destekleyen tarayıcılarla çalışırken, ASP.NET sayfalar ve denetimler XHTML 1.0 Geçiş standardıyla uyumlu işaretlemeleri işler. Ancak bazı durumlarda ASP.NET XHTML işaretlemesini işlemek istemeyebilirsiniz. Normalde, normalde XHTML tarafından yasaklanacak etiketlere veya özniteliklere dayanan mevcut sayfalarınız olduğunda bu durum geçerlidir.

Şunlara uygulanır