C# 实例 可重复使用的头部和底部
c# 实例
可重复使用的头部和底部
<html>
<body>
@renderpage("header.cshtml")
<h1>hello web pages</h1>
<p>this is a paragraph</p>
@renderpage("footer.cshtml")
</body>
</html>
相关文章
- ASP.NET Web Pages 文件
- ASP.NET Web Pages WebSecurity 参考手册
- ASP.NET Web Pages WebMail 参考手册
- ASP.NET MVC 简介
- ASP.NET MVC Web 应用程序
- ASP.NET MVC 页面和布局
- ASP.NET 母版页
- ASP.NET RequiredFieldValidator 控件
- ASP.NET Panel 控件
- WebSecurity GetPasswordChangeDate 方法
- WebSecurity GetUserId 方法
- WebSecurity Logout 方法
- WebSecurity UserExists 方法
- HTML InputCheckbox
- HTML Table
- HTML Textarea
- ASP.NET HTML 控件 Button 2
- ASP.NET HTML 控件 Calendar 3
- ASP.NET HTML 控件 Literal
- ASP.NET HTML 控件 用 重复