default.aspx

来自「C#高级编程第6版随书源代码 值得下载」· ASPX 代码 · 共 12 行

ASPX
12
字号
<%@ Page Language="C#" AutoEventWireup="true" MasterPageFile="~/MasterPage.master" CodeFile="Default.aspx.cs"
  Title="Pro C# Demo Site - Configuration" Inherits="Default" %>
<asp:Content ID="Content1" ContentPlaceHolderID="ContentPlaceHolder1" Runat="server">
  <h2>
    Site Configuration</h2>
  <p>
    There's nothing to do on this page - but having nested pages does make the menu
    more interesting. You should head straight to <a href="Themes/Default.aspx">theme
    modification</a>.
  </p>
</asp:Content>

⌨️ 快捷键说明

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