HttpWriter::Write Method (String^)

 

Sends a string to the HTTP output stream.

Namespace:   System.Web
Assembly:  System.Web (in System.Web.dll)

public:
virtual void Write(
	String^ s
) override

Parameters

s
Type: System::String^

The string to send to the HTTP output stream.

.NET Framework
Available since 1.1
Return to top
Show: