view-slideshow.ascx

来自「community server 源码」· ASCX 代码 · 共 16 行

ASCX
16
字号
<%@ Control Language="C#" %>
<%@ Register TagPrefix="CS" Namespace="CommunityServer.Controls" Assembly="CommunityServer.Controls" %>
<%@ Register TagPrefix="Galleries" Namespace="CommunityServer.Galleries.Controls" Assembly="CommunityServer.Galleries" %>
<%@ Register TagPrefix="CSD" Namespace="CommunityServer.Discussions.Controls" Assembly="CommunityServer.Discussions" %>
<html>
<head>
    <CSD:PageTitle runat="server" id="Pagetitle1" />
	<CS:Style id="Style1" runat="server" />
	<CS:Script id="Script1" runat="server" />
</head>
<body>
<form runat="server" ID="Form1">
	<Galleries:Slideshow runat="server" ID="Slideshow1"/>
</form>
</body>
</html>

⌨️ 快捷键说明

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