修改一些BUG
This commit is contained in:
12
MvcApplication1/Views/Home/About.aspx
Normal file
12
MvcApplication1/Views/Home/About.aspx
Normal file
@@ -0,0 +1,12 @@
|
||||
<%@ Page Language="C#" MasterPageFile="~/Views/Shared/Site.Master" Inherits="System.Web.Mvc.ViewPage" %>
|
||||
|
||||
<asp:Content ID="aboutTitle" ContentPlaceHolderID="TitleContent" runat="server">
|
||||
关于我们
|
||||
</asp:Content>
|
||||
|
||||
<asp:Content ID="aboutContent" ContentPlaceHolderID="MainContent" runat="server">
|
||||
<h2>关于</h2>
|
||||
<p>
|
||||
将内容放置在此处。
|
||||
</p>
|
||||
</asp:Content>
|
||||
12
MvcApplication1/Views/Home/Index.aspx
Normal file
12
MvcApplication1/Views/Home/Index.aspx
Normal file
@@ -0,0 +1,12 @@
|
||||
<%@ Page Language="C#" MasterPageFile="~/Views/Shared/Site.Master" Inherits="System.Web.Mvc.ViewPage" %>
|
||||
|
||||
<asp:Content ID="Content1" ContentPlaceHolderID="TitleContent" runat="server">
|
||||
主页
|
||||
</asp:Content>
|
||||
|
||||
<asp:Content ID="Content2" ContentPlaceHolderID="MainContent" runat="server">
|
||||
<h2><%: ViewData["Message"] %></h2>
|
||||
<p>
|
||||
若要了解有关 ASP.NET MVC 的更多信息,请访问 <a href="http://asp.net/mvc" title="ASP.NET MVC 网站">http://asp.net/mvc</a>。
|
||||
</p>
|
||||
</asp:Content>
|
||||
Reference in New Issue
Block a user