Response ASP.Net

<%@ Page Language="vb" %>

   
      Response property example
      
         Sub Page_Load()
            Response.ContentType = "text/xml"
            Message.Text = "This page will be displayed as XML in " & _
               "Internet Explorer 5.0 or above."
         End Sub