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.
<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>
[To be supplied.]
Contained Within: <configuration>
Web Platform: IIS 5.0
Configuration File: config.web
Configuration Section Handler:
System.Web.Config.BrowserCapabilitiesConfigHandler
ASP+ Configuration Concepts