summaryrefslogtreecommitdiffstats
path: root/samples/OAuthAuthorizationServer/Views/Home/About.aspx
blob: 335c141b7ee08e8a12ff1d1ce7a578020a6b6054 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
<%@ Page Language="C#" MasterPageFile="~/Views/Shared/Site.Master" Inherits="System.Web.Mvc.ViewPage" %>

<asp:Content ID="aboutTitle" ContentPlaceHolderID="TitleContent" runat="server">
    About Us
</asp:Content>

<asp:Content ID="aboutContent" ContentPlaceHolderID="MainContent" runat="server">
    <h2>About</h2>
    <p>
        Put content here.
    </p>
</asp:Content>