BrowserCapabilitiesFactoryBase.IsBrowserUnknown Method (HttpCapabilitiesBase)

 

This API supports the product infrastructure and is not intended to be used directly from your code.

Used internally by the configuration system to determine whether the browser represented by the specified HttpBrowserCapabilities object does not have an available adapter.

Namespace:   System.Web.Configuration
Assembly:  System.Web (in System.Web.dll)

member IsBrowserUnknown : 
        browserCaps:HttpCapabilitiesBase -> bool

Return Value

Type: System.Boolean

true if the represented browser does not have an available adapter; otherwise, false.

.NET Framework
Available since 2.0
Return to top
Show: