PageRenderTime 40ms CodeModel.GetById 18ms RepoModel.GetById 1ms app.codeStats 0ms

/Visual Studio 2008/CSASPNETMVCCustomActionFilter/Views/Home/About.aspx

#
ASP.NET | 12 lines | 10 code | 2 blank | 0 comment | 0 complexity | 9c99bd85087baeeb954dc26c3ac82a92 MD5 | raw file
  1. <%@ Page Language="C#" MasterPageFile="~/Views/Shared/Site.Master" Inherits="System.Web.Mvc.ViewPage" %>
  2. <asp:Content ID="aboutTitle" ContentPlaceHolderID="TitleContent" runat="server">
  3. About Us
  4. </asp:Content>
  5. <asp:Content ID="aboutContent" ContentPlaceHolderID="MainContent" runat="server">
  6. <h2>About</h2>
  7. <p>
  8. Put content here.
  9. </p>
  10. </asp:Content>