在线时间:8:00-16:00
迪恩网络APP
随时随地掌握行业动态
扫描二维码
关注迪恩网络微信公众号
1. 指令语法
①. @page 指令 只能包含在.aspx文件中, 语法: <%@ Page attribute="value" [attribute="value"...]%> ②. @Control 指令 只能包含在.ascx文件(用户控件)中, 语法: <%@ Control attribute="value" [attribute="value"...]%> ③. @Import 指令 将命名空间显式导入到ASP.NET应用程序文件(如网页,用户控件,母版页)中, 同时使导入的命名空间的所有类和接口可用于文件. <%@ Import Namespace="value" %> ④. @Implements 用于指示当前的ASP.NET应用程序文件实现指定的.NET Framework接口. <%@ Implements interface="validInterfaceName" %> ⑤. @Register ⑥. @Assembly ⑦. @Reference ⑧. @OutputCache 2. 代码声明块
<script runat="server" language="codelanguage" src="pathname"> 例子:代码 </script>
>
3. 代码呈现块 内联代码, 内联表达式 (不懂啊不懂)
>
|
请发表评论