VB 实例 可重复使用的头部和底部
vb 实例
可重复使用的头部和底部
<html>
<body>
@renderpage("header.vbhtml")
<h1>hello razor</h1>
<p>this is a paragraph</p>
@renderpage("footer.vbhtml")
</body>
</html>
相关文章
- ASP 变量
- ASP Global.asa
- ASP 使用 CDOSYS 发送电子邮件
- ASP TextStream 对象
- ASP WriteBlankLines 方法
- ASP Attributes 属性
- ASP DateLastModified 属性
- ASP ShortName 属性
- ASP Count 属性
- ASP Exists 方法
- ASP Remove 方法
- ASP Cookies 集合
- ASP ExpiresAbsolute 属性
- ASP Form 集合
- ASP Contents.Remove 方法
- ASP CopyFolder 方法
- ASP FolderExists 方法
- ASP GetFile 方法
- ASP.NET HtmlImage 控件
- ASP.NET HtmlInputButton 控件