Nevron .NET Vision
Nevron.UI.WebForm.Controls Namespace / NBrowser Class / Match Method


In This Topic
    Match Method (NBrowser)
    In This Topic
    Determines whether the browser description matches the browser.
    Syntax
    'Declaration
     
    
    Public Function Match( _
       ByVal BrowserCaps As System.Web.HttpBrowserCapabilities _
    ) As System.Boolean
    'Usage
     
    
    Dim instance As NBrowser
    Dim BrowserCaps As System.Web.HttpBrowserCapabilities
    Dim value As System.Boolean
     
    value = instance.Match(BrowserCaps)
    public System.bool Match( 
       System.Web.HttpBrowserCapabilities BrowserCaps
    )

    Parameters

    BrowserCaps
    Requirements

    Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

    See Also