Files
OnDoc/API_DocGen_Tester/About.aspx
Stefan Hutter 2d1525575b Update 20260123
2026-01-23 08:09:23 +01:00

10 lines
461 B
Plaintext

<%@ Page Title="About" Language="C#" MasterPageFile="~/Site.Master" AutoEventWireup="true" CodeBehind="About.aspx.cs" Inherits="API_DocGen_Tester.About" %>
<asp:Content ID="BodyContent" ContentPlaceHolderID="MainContent" runat="server">
<main aria-labelledby="title">
<h2 id="title"><%: Title %>.</h2>
<h3>Your application description page.</h3>
<p>Use this area to provide additional information.</p>
</main>
</asp:Content>