The System.Web.HttpResponse for the current request.
The System.Web.HttpResponse object for the current request.
The following example displays the current browser kind (UserAgent) when accessed with a web browser.aspx Example
<% @Page Language="C#" %> <% Response.Write ("The client is: " + Request.UserAgent); %>
Namespace: System.Web
Assembly: System.Web (in System.Web.dll)
Assembly Versions: 1.0.5000.0, 2.0.0.0