<serviceDescriptionFormatExtensionTypes> 的 <add> 元素

添加要在配置文件范围内运行的服务说明格式的扩展。

配置结构的示例:

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


语法

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

必需的属性

属性 描述
type 指定所要添加的服务说明格式扩展类。

示例

下例添加服务说明格式扩展类。

<configuration>
   <system.web>
      <webServices>
         <serviceDescriptionFormatExtensionType>
            <add name="NameOfClass"/>
         </serviceDescriptionFormatExtensionType>
      </webServices>
   </system.web>
</configuration>

要求



相关主题


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