NGWS SDK Documentation  

This is preliminary documentation and subject to change.
To comment on this topic, please send us email at ngwssdk@microsoft.com. Thanks!

<browsercaps> Section Handler

Controls the settings of the browser capabilities component.

To see a list of browser properties that can be retrieved and set, see the HttpBrowserCapabilities Class.

Example

<configsections>
   <add name="browsercaps"
        type="System.Web.Config.BrowserCapsConfigHandler"/>
</configsections>

<browsercaps>
   <result type="System.Web.HttpBrowserCapabilities" />
   <use var="HTTP_USER_AGENT" />
            browser="Unknown"
            version=0.0
            majorver=0
            minorver=0
            frames=false
            tables=false
   <filter> 
      <case match="Windows 95|Win95">
            platform=Win95
      </case>
      <case match="Windows NT|WinNT">
            platform=WinNT
      </case>
   </filter>
</browsercaps>

Remarks

[To be supplied.]

Requirements

Contained Within: <configuration>

Web Platform: IIS 5.0

Configuration File: config.web

Configuration Section Handler:
System.Web.Config.BrowserCapabilitiesConfigHandler

See Also

ASP+ Configuration Concepts