共用方式為


HtmlMobileTextWriter.Write 方法

定義

將屬性和其值寫入至目前的項目。 這個 API 已經過時。 如需如何開發 ASP.NET 行動應用程式的資訊,請參閱 mobile Apps & Sites with ASP.NET

多載

Write(Char)

將指定的字元寫入輸出資料流。 這個 API 已經過時。 如需如何開發 ASP.NET 行動應用程式的資訊,請參閱 mobile Apps & Sites with ASP.NET

Write(String)

將文字以及任何暫止定位空格寫入輸出資料流。 這個 API 已經過時。 如需如何開發 ASP.NET 行動應用程式的資訊,請參閱 mobile Apps & Sites with ASP.NET

Write(Char)

將指定的字元寫入輸出資料流。 這個 API 已經過時。 如需如何開發 ASP.NET 行動應用程式的資訊,請參閱 mobile Apps & Sites with ASP.NET

public:
 override void Write(char c);
public override void Write (char c);
override this.Write : char -> unit
Public Overrides Sub Write (c As Char)

參數

c
Char

要寫入輸出資料流中的字元。

適用於

Write(String)

將文字以及任何暫止定位空格寫入輸出資料流。 這個 API 已經過時。 如需如何開發 ASP.NET 行動應用程式的資訊,請參閱 mobile Apps & Sites with ASP.NET

public:
 override void Write(System::String ^ text);
public override void Write (string text);
override this.Write : string -> unit
Public Overrides Sub Write (text As String)

參數

text
String

要寫入輸出資料流中的文字。

適用於