attributetemplate.aspx
来自「C#语言制作asp.net网上商店的」· ASPX 代码 · 共 8 行
ASPX
8 行
<%@ Page Language="VB" MasterPageFile="~/Admin/AdminMasterPage.master" AutoEventWireup="false" CodeFile="AttributeTemplate.aspx.vb" Inherits="Admin_Management_AttributeTemplate" %>
<%@ Register Src="Controls/AttributeTemplateControl.ascx" TagName="AttributeTemplateControl"
TagPrefix="uc1" %>
<asp:Content ID="Content1" runat="server" ContentPlaceHolderID="ContentPlaceHolder1">
<uc1:AttributeTemplateControl ID="AttributeTemplateControl1" runat="server" />
</asp:Content>
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?