<result> 元素

指定用于存储分析此节产生的结果(键/值字符串对)的 HttpCapabilitiesBase 派生类。该字符串在运行时用来创建返回类型。

配置结构的示例:

<configuration>
   <system.web>
      <browserCaps>

         <result>

<result type="section type"/>

必需的属性

属性 描述
type 负责分析此节和存储描述浏览器功能的键/值对的类。

示例

以下示例指定负责分析 <browserCaps> 节的类型。

<result type="System.Web.HttpBrowserCapabilities, System.Web,  
           Version=1.0.3102.0, Culture=neutral,
           PublicKeyToken=b03f5f7f11d50a3a"/>

要求



相关主题


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