Class HttpResponseExtensions

HttpResponse Extension methods to facilitate various output tasks

System.Object
  System.Web.HttpResponseExtensions
public static class HttpResponseExtensions : object

Class Members

MemberDescription

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
and linefeed at the end

public static void WriteLine(HttpResponse response,     object output)

public static void WriteLine(HttpResponse response,     string format,     Object[] args)

Requirements

Namespace: System.Web
Assembly: westwind.web.dll

© West Wind Technologies, 1996-2016 • Updated: 12/12/15
Comment or report problem with topic