WebBaseEvent::ToString Method ()
.NET Framework (current version)
Formats event information for display purposes.
Assembly: System.Web (in System.Web.dll)
The ToString method is generally invoked by the provider that processes the event. The method ensures that the standard WebApplicationInformation object is provided with the event-specific data. It formats event information by calling the event-specific FormatCustomEventDetails method.
Note |
|---|
When you format your custom event information for display, override the FormatCustomEventDetails method rather than the ToString method. This will avoid overwriting or tampering with sensitive system information. |
.NET Framework
Available since 2.0
Available since 2.0
Show:
