view-emailsubscriptions.ascx

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

ASCX
10
字号
<%@ Control Language="C#" %>
<%@ Register TagPrefix="Blog" Namespace="CommunityServer.Blogs.Controls" Assembly="CommunityServer.Blogs" %>
<%@ Register TagPrefix="CS" Namespace="CommunityServer.Controls" Assembly="CommunityServer.Controls" %>

<Blog:LayoutTemplate runat="Server">
    <InnerTemplate>
			 <Blog:EmailSubscriptionList runat="Server" />    
    </InnerTemplate>
</Blog:LayoutTemplate>

⌨️ 快捷键说明

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