Response Object


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




Visual Basic 2005(c) In a Nutshell
Visual Basic 2005 in a Nutshell (In a Nutshell (OReilly))
ISBN: 059610152X
EAN: 2147483647
Year: 2004
Pages: 712

flylib.com © 2008-2017.
If you may any questions please contact us: flylib@qtcs.net