XhtmlConformanceSection.Mode 屬性
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
取得或設定 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
屬性值
其中一個 XhtmlConformanceMode 值。 預設為 Transitional。
- 屬性
備註
依預設,當您使用的瀏覽器支援 HTML 4.0 或更新版本時,ASP.NET 網頁和控制項會轉譯與 XHTML 1.0 過渡期標準相容的標記。 不過,在某些情況下,您可能不想要 ASP.NET 轉譯 XHTML 標籤。 當您有現有的頁面依賴 XHTML 通常會禁止的標記或屬性時,通常會發生這種情況。