/BlogEngine/BlogEngine.NET/themes/RazorHost/site.master
# · ASP.NET · 21 lines · 16 code · 5 blank · 0 comment · 0 complexity · fd0a9869c46a1e5745c1aff5135172e1 MD5 · raw file
- <%@ Master Language="C#" AutoEventWireup="true" CodeFile="site.master.cs" Inherits="RazorHostSite" %>
- <%@ Import Namespace="BlogEngine.Core" %>
-
- <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
- <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
- <head runat="server">
- <title></title>
- <asp:PlaceHolder ID="phRazorHead" runat="server" EnableViewState="false"></asp:PlaceHolder>
- </head>
- <body<%= BodyAttributes %>>
-
- <form runat="Server" class="body">
-
- <asp:PlaceHolder ID="phBeforePageBody" runat="server" EnableViewState="false"></asp:PlaceHolder>
- <asp:ContentPlaceHolder ID="cphBody" runat="server" />
- <asp:PlaceHolder ID="phAfterPageBody" runat="server" EnableViewState="false"></asp:PlaceHolder>
-
- </form>
-
- </body>
- </html>