Information
The topic you requested is included in another documentation set. For convenience, it's displayed below. Choose Switch to see the topic in its original location.

WebPageTraceListener::Write Method (String^)

 

Writes a message to a Web page or to the ASP.NET trace viewer.

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

public:
virtual void Write(
	String^ message
) override

Parameters

message
Type: System::String^

The message to write.

The Write method does not write to the Trace object output, even if it is enabled in the configuration file.

.NET Framework
Available since 2.0
Return to top
Show: