<serviceDescriptionFormatExtensionTypes> 的 <remove> 元素

从配置文件范围中删除单个服务说明格式扩展类型。

配置结构的示例:

<configuration>
   <system.web>
      <webServices>
         <serviceDescriptionFormatExtensionTypes>

            <remove>

<remove type="service description format extension type"/>

必需的属性

属性 描述
type 要删除的服务说明格式扩展。

示例

以下示例删除 Web 应用程序的协议。

<configuration>
   <system.web>
      <webServices>
         <serviceDescriptionFormatExtensionType>
            <remove type=""/>
         </serviceDescriptionFormatExtensionType >
      <webServices>
   </system.web>
</configuration>

要求



相关主题


© 1997-2003 Microsoft Corporation。保留所有权利