WebEventFormatter.AppendLine Method (String)
.NET Framework (current version)
Appends the specified string and a carriage return to the event information.
Assembly: System.Web (in System.Web.dll)
Parameters
- s
-
Type:
System.String
The string to add to the event information.
The AppendLine method allows you to customize the event information by adding your own event-specific data.
The following code example shows how to use the AppendLine method.
.NET Framework
Available since 2.0
Available since 2.0
Show: