Files
yavsc/web/Views/Home/Index.aspx
Paul Schneider 4c6fbd29a5 Document model : render the same text in //head/title and //body/h1
See UserPost to customize the title
2014-09-24 13:52:09 +02:00

8 lines
286 B
Plaintext

<%@ Page Title="Yavsc - indexe" Language="C#" Inherits="System.Web.Mvc.ViewPage" MasterPageFile="~/Models/App.master"%>
<asp:Content ContentPlaceHolderID="MainContent" ID="MainContentContent" runat="server">
<div>
<%= Html.ActionLink("blogs","Index","Blogs") %>
</div>
</asp:Content>