displayfeatured.aspx
来自「asp.net技术内幕的书配源码」· ASPX 代码 · 共 18 行
ASPX
18 行
<%@ Register TagPrefix="myControls" Namespace="myControls"
Assembly="FeaturedControl"%>
<html>
<head><title>DisplayFeatured.aspx</title></head>
<body>
<h2>Featured Products:</h2>
<myControls:FeaturedControl
Font-Name="Arial"
Font-Size="14pt"
ForeColor="Blue"
Runat="Server" />
</body>
</html>
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?