http://authors.aspalliance.com/aspxtreme/aspnet/syntax/aspnetpagesyntax.aspx

Reference information for asp.net web pages

various aspects of a page directive

<%@ Page Language = "C#" 
   ContentType = "text/xml" 
   AutoEventWireup="true"
   CodeFile="com.ai.samples.Page1"
   Inherits="Page1"
   %>