Writes formatted output as an HTML 'line' by appending a <br /> and linefeed at the end
public static void WriteLine(HttpResponse response,
string format,
Object[] args);
Parameters
response
HttpResponse object
format
format string
args
format string arguments
Overloads:
See also:
Class HttpResponseExtensions