?? sectionwebservices.ascx
字號:
<%@ import Namespace="ASPNET.StarterKit.Communities" %>
<%@ Register TagPrefix="community" Namespace="ASPNET.StarterKit.Communities.Admin" Assembly="ASPNET.StarterKit.Communities" %>
<%@ Control Language="c#" CodeBehind="SectionWebServices.ascx.cs" AutoEventWireup="false" Inherits="ASPNET.StarterKit.Communities.Admin.EditSections.SectionWebServices" %>
<script runat="server">
</script>
<!-- Section Web Service -->
<p>
<table class="formSection">
<tr>
<td class="formSectionHeader">
<img border="0" src="../help/help.gif" align="right" onmouseover="showHelp('helpSectionService')" onmouseout="hideHelp()">
Publish Web Service
</td>
</tr>
<tr>
<td class="formSectionHelp">
Check the checkbox below to expose this section as a Web service.
</td>
</tr>
<tr>
<td class="formSectionContents">
<table>
<tr>
<td>
<asp:CheckBox id="chkIsSectionWebService" runat="server"></asp:CheckBox>
</td>
<td>
<span class="formLabelText">Publish section content as a Web service</span>
</td>
</tr>
<tr>
<td>
</td>
<td>
<span class="formLabelText">Password:</span>
<br>
<asp:TextBox class="formField" id="txtWebServicePassword" Runat="Server"></asp:TextBox>
</td>
</tr>
</table>
</td>
</tr>
</table>
</p>
<div id="helpSectionService" style="DISPLAY:none">
Exposing a section as a Web service enables other community Web sites to retrieve
content from the section. The password is optional. If you supply a password, then
content cannot be retrieved without the password.
</div>
<!-- Service Subscriptios -->
<p>
<table class="formSection">
<tr>
<td class="formSectionHeader">
<img border="0" src="../help/help.gif" align="right" onmouseover="showHelp('helpServiceSubscriptions')" onmouseout="hideHelp()">
Subscribe to Web Services
</td>
</tr>
<tr>
<td class="formSectionHelp">
Web Services retrieve content retrieved from other Web sites.
</td>
</tr>
<tr>
<td class="formSectionContents">
<community:ListPicker id="ctlServiceSubscriptions" size="10" runat="Server" />
</td>
</tr>
</table>
</p>
<div id="helpServiceSubscriptions" style="DISPLAY:none">
Select a Web service subscription to retrieve content from another community into
the current section. You can configure new service subscriptions from the Edit
Service Subscriptions page.
</div>
?? 快捷鍵說明
復制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號
Ctrl + =
減小字號
Ctrl + -