XhtmlMobileTextWriter.WriteAttribute(String, String, Boolean) 方法
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
使用提供的屬性和值,將屬性和其值寫入至目前的項目,如果已指定,再將值進行編碼。 這個 API 已經過時。 如需如何開發 ASP.NET 行動應用程式的資訊,請參閱 mobile Apps & Sites with ASP.NET。
public:
override void WriteAttribute(System::String ^ attribute, System::String ^ value, bool encode);
public override void WriteAttribute (string attribute, string value, bool encode);
override this.WriteAttribute : string * string * bool -> unit
Public Overrides Sub WriteAttribute (attribute As String, value As String, encode As Boolean)
參數
- attribute
- String
屬性的名稱。
- value
- String
屬性的值。
- encode
- Boolean
如果為 true
,則會在寫入之前對值進行編碼。
備註
如果值為 null
或空字串,則不會寫入任何屬性,因為 XHTML 要求所有屬性都有值。
這個方法主要是由自定義行動頁面和控制配接器的開發人員使用。