Response ASP.Net

<%@ Page Language="vb" %>

   
      Checking Content Type in ASP.NET
      
         Sub Page_Load()
            Message.Text = "Current content type is " & _
               Response.ContentType & "
"
         End Sub