Document model : render the same text in //head/title and //body/h1

See UserPost to customize the title
This commit is contained in:
Paul Schneider 2014-09-24 13:52:09 +02:00
commit 4c6fbd29a5
5 changed files with 28 additions and 19 deletions

View file

@ -1,5 +1,4 @@
<%@ Page Language="C#" Inherits="System.Web.Mvc.ViewPage" MasterPageFile="~/Models/App.master"%>
<asp:Content ContentPlaceHolderID="titleContent" ID="titleContent" runat="server">Indexe</asp:Content>
<%@ 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") %>