Nevron .NET Vision
Nevron.UI.WebForm.Controls Namespace / NBrowserResponsePair Class / Browser Property


In This Topic
    Browser Property
    In This Topic
    The browser detection rule described by the NBrowser object.
    Syntax
    'Declaration
     
    
    Public Property Browser As NBrowser
    'Usage
     
    
    Dim instance As NBrowserResponsePair
    Dim value As NBrowser
     
    instance.Browser = value
     
    value = instance.Browser
    public NBrowser Browser {get; set;}
    Remarks
    The NBrowser object represent a browser detection rule by using a .NET regular expression and version matching.
    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