about.aspx

来自「asp.net 2.0 WebPart应用. 使用Web部件创建模块化的Web」· ASPX 代码 · 共 10 行

ASPX
10
字号
<%@ Page Language="C#" MasterPageFile="~/SingleColumn.master" AutoEventWireup="true" CodeFile="About.aspx.cs" Inherits="About" Title="Untitled Page" %>
<asp:Content ID="Content1" ContentPlaceHolderID="MainContentPlaceHolder" Runat="Server">

<h1>About this app</h1>

<p>This app was created by <a href="http://pluralsight.com/ted">Ted</a> and <a href="http://pluralsight.com/fritz">Fritz</a></p>
<p>Visit <a href="http://pluralsight.com/portals">http://pluralsight.com/portals</a> for the latest information and samples.</p>
</asp:Content>

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?