菜单切换
FACESOHO知行者
心灵
记录
远方
赞赏工具
源代码:
点击运行
保存
<html>
<body>
@RenderPage("header.vbhtml")
<h1>Hello Razor</h1>
<p>This is a paragraph</p>
@RenderPage("footer.vbhtml")
</body>
</html>
运行结果
This is a header from a separate file
Hello Web Pages
This is a paragraph
This is a footer from a separate file