Files
OnDoc/API_NetFrameWork_DocTester/obj/Release/Package/PackageTmp/About.aspx
2026-02-13 06:42:52 +01:00

10 lines
470 B
Plaintext

<%@ Page Title="About" Language="C#" MasterPageFile="~/Site.Master" AutoEventWireup="true" CodeBehind="About.aspx.cs" Inherits="API_NetFrameWork_DocTester.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>