C# 实例 可重复使用的头部和底部

c# 实例

可重复使用的头部和底部

<html>
<body>
@renderpage("header.cshtml")
<h1>hello web pages</h1> 
<p>this is a paragraph</p>
@renderpage("footer.cshtml")
</body>
</html>

相关文章