Web ページ

Web ページ - ページ レイアウト 構(gòu)文

Web ページを使用すると、一貫したレイアウトの Web サイトを簡(jiǎn)単に作成できます。

Web ページ - ページ レイアウト 例

<html>
<body>
@RenderPage("header.cshtml")
<h1>Hello Web Pages</h1> 
<p>This is a paragraph</p>
@RenderPage("footer.cshtml")
</body>
</html>