HttpResponseBase::Write Method (Object^)

 

Writes the specified object to the HTTP response stream.

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

public:
virtual void Write(
	Object^ obj
)

Parameters

obj
Type: System::Object^

The object to write to the HTTP output stream.

Exception Condition
NotImplementedException

Always.

.NET Framework
Available since 3.5
Return to top
Show: