options.aspx

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

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

<p>
	<span style="color: #ff0066"><strong>Options </strong></span>Options to change appearance of the site might go here.</p>
</asp:Content>

⌨️ 快捷键说明

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