Html32TextWriter.OnStyleAttributeRender 方法
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
判斷是否將指定的 HTML 樣式屬性和其值寫入輸出資料流。
protected:
override bool OnStyleAttributeRender(System::String ^ name, System::String ^ value, System::Web::UI::HtmlTextWriterStyle key);
protected override bool OnStyleAttributeRender (string name, string value, System.Web.UI.HtmlTextWriterStyle key);
override this.OnStyleAttributeRender : string * string * System.Web.UI.HtmlTextWriterStyle -> bool
Protected Overrides Function OnStyleAttributeRender (name As String, value As String, key As HtmlTextWriterStyle) As Boolean
參數
- name
- String
要寫入至輸出資料流的 HTML 樣式屬性。
- value
- String
與 HTML 樣式屬性關聯的值。
與 HTML 樣式屬性關聯的 HtmlTextWriterStyle 列舉值。
傳回
如果 HTML 樣式屬性及其值將呈現至輸出資料流,則為 true
,否則為 false
。
備註
方法 OnStyleAttributeRender 支援比覆寫方法少的 HTML 樣式屬性 OnStyleAttributeRender 數目。