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: