HttpResponseWrapper::Write Method (String^)

 

Writes the specified string to the HTTP response 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 write to the HTTP output stream.

.NET Framework
Available since 3.5
Return to top
Show: