public static class HttpResponseExtensions : object
| Member | Description | |
|---|---|---|
![]() ![]() |
Write | Writes formatted output into the Response public static void Write(HttpResponse response,
string format, Object[] args); |
![]() ![]() |
WriteLine | Writes output as an HTML 'line' by appending a <br /> and linefeed at the end public static void WriteLine(HttpResponse response,
object output); public static void WriteLine(HttpResponse response,
string format, Object[] args); |