Document model : render the same text in //head/title and //body/h1
See UserPost to customize the title
This commit is contained in:
parent
8fee293665
commit
4c6fbd29a5
5 changed files with 28 additions and 19 deletions
|
|
@ -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") %>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue