Asp.net Page指令

Page指令为编译器编译页面时使用的指令 指令的格式为 <%@ [Directive] [Attribute=value]%> <%@ Page Language="C#" AutoEventWireup="true" CodeBehind="Listing03-02.aspx.cs" Inherits="AspnetStudy._03.Listing03_02" %> 中的CodeBehind用
相关文章
相关标签/搜索