案例:ASP.net案例     状态:不可编辑再运行    进入竖版
 运行结果 
AخA
 
1
<html>
2
<body>
3
@RenderPage("header.cshtml")
4
<h1>Hello Web Pages</h1> 
5
<p>This is a paragraph</p>
6
@RenderPage("footer.cshtml")
7
</body>
8
</html>