<result> Element

Specifies the HttpCapabilitiesBase-derived class used to hold the results (key/value string pairs) from parsing this section. This string is used at run time to create the return type.

<configuration>
   <system.web>
      <browserCaps>

**         <result>**

<result type="section type"/>

Required Attribute

Attribute Description
type The class responsible for parsing the section and storing the key/value pairs describing browser capabilities.

Example

The following example specifies the type responsible for parsing the <browserCaps> section.

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

Requirements

Contained Within: <system.web>

Web Platform: IIS 5.0, IIS 5.1, IIS 6.0

Configuration File: Machine.config, Web.config

Configuration Section Handler: System.Web.Configuration. HttpCapabilitiesSectionHandler

See Also

<browserCaps> Element |ASP.NET Configuration | ASP.NET Settings Schema