@Page directive : Directory Structure « ASP.Net Instroduction « ASP.NET Tutorial






@Page directive sets attributes and values for an ASP.NET page (.aspx).

<%@ Page Language="VB" 
         AutoEventWireup="false" 
         CodeFile="Default.aspx.vb"
         Inherits="_Default" %>








1.2.Directory Structure
1.2.1.Application Directory Structure
1.2.2.ASP.NET Application Folders
1.2.3.ASP.NET Page Directives
1.2.4.directives in ASP.NET
1.2.5.@Page directive
1.2.6.Page Directives, code section and layout