Visual Basic 2005 in a Nutshell (In a Nutshell (OReilly))

Response Object

Location

My.Response

Description

Use the Response object within ASP.NET applications to alter the content to be returned to the web-based user who initiated the HTTP request.

Usage at a Glance

  • This object and its members are only valid in ASP.NET applications.

  • The Response object parallels the functionality of the original Response object found in the pre-.NET Active Server Pages platform.

  • While you can use the Response.Write method to insert data into the outgoing HTTP content stream, it is recommended that you instead use the control-specific features available through ASP.NET.

Related Framework Entries

  • System.Web.HttpResponse

See Also

Request Object

Категории