共用方式為


HtmlMobileTextWriter.WriteLine(String) 方法

定義

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

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

參數

text
String

要寫入的行結束字元字串。

適用於