view-contact.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:ContactForm runat="Server" ID="Contactform1"/>
</InnerTemplate>
</Blog:LayoutTemplate>
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?