HtmlMobileTextWriter.Write Method

Definition

Writes an attribute and its value to the current element. This API is obsolete. For information about how to develop ASP.NET mobile applications, see Mobile Apps & Sites with ASP.NET.

Overloads

Write(Char)

Writes the given character to the output stream. This API is obsolete. For information about how to develop ASP.NET mobile applications, see Mobile Apps & Sites with ASP.NET.

Write(String)

Writes the text to the output stream, along with any pending tab spacing. This API is obsolete. For information about how to develop ASP.NET mobile applications, see Mobile Apps & Sites with ASP.NET.

Write(Char)

Writes the given character to the output stream. This API is obsolete. For information about how to develop ASP.NET mobile applications, see 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)

Parameters

c
Char

The character to write to the output stream.

Applies to

Write(String)

Writes the text to the output stream, along with any pending tab spacing. This API is obsolete. For information about how to develop ASP.NET mobile applications, see 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)

Parameters

text
String

The text to write to the output stream.

Applies to