catalog.aspx

来自「这是一个基于asp.net的网上气球店」· ASPX 代码 · 共 10 行

ASPX
10
字号
<%@ Page Language="C#" MasterPageFile="~/BalloonShop.master" AutoEventWireup="true" CodeFile="Catalog.aspx.cs" Inherits="Catalog" Title="BalloonShop:The Product Catalog" %>

<%@ Register Src="UserControl/ProductList.ascx" TagName="ProductList" TagPrefix="uc1" %>
<asp:Content ID="Content1" ContentPlaceHolderID="contentPlaceHolder" Runat="Server">
    <asp:Label ID="CatalogTitleLabel" runat="server" Text="Label" CssClass="CatalogTitle"></asp:Label><br />
    <asp:Label ID="CatalogDescriptionLabel" runat="server" Text="Label" CssClass="CatalogDescription"></asp:Label><br />
    <uc1:ProductList ID="ProductList1" runat="server" />
</asp:Content>

⌨️ 快捷键说明

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