ChtmlTextWriter.OnStyleAttributeRender 方法
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
判斷指定的 cHTML 標記樣式屬性及其值是否可以在目前的標記項目中呈現。
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
字串,包含要呈現的樣式屬性名稱。
- value
- String
字串,包含要指派給 name
的值。
與 HtmlTextWriterStyle 相關聯的 name
。
傳回
如果可以呈現樣式,則為 true
,否則為 false
。
備註
當 等於欄位且值為 "line-through"
時 key
TextDecoration ,方法 OnStyleAttributeRender 會 false
傳回 。