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,7 +1,4 @@
<%@ Page Title="Register" Language="C#" Inherits="Yavsc.RegisterPage" MasterPageFile="~/Models/App.master" %>
<asp:Content ContentPlaceHolderID="head" ID="headContent" runat="server">
</asp:Content>
<asp:Content ContentPlaceHolderID="header" ID="headerContent" runat="server">
<h2> Créez votre compte utilisateur <%= Html.Encode(YavscHelpers.SiteName) %> </h2>
</asp:Content>