Nevron .NET Vision
Nevron.UI.WebForm.Controls Namespace / NBrowser Class
Members


In This Topic
    NBrowser Class
    In This Topic
    Describes a browser detection rule.
    Object Model
    NBrowser Class
    Syntax
    'Declaration
     
    
    Public Class NBrowser 
       Inherits NConfigurationNode
       Implements Nevron.INReferenceHolder, Nevron.INReferenceProvider 
    'Usage
     
    
    Dim instance As NBrowser
    Remarks
    Nevron Chart for .NET has build in browser detection that uses a combination of a regular expression match and version number match that can virtually distinguish any type of browser. This feature allows you to modify the default response type depending on the type of browser accessing the page. For example consider that you want the control to generate an HTML image map and attached PNG image in the case of IE and an HTML image map and jpg in the case of Netscape. In this case you should configure your default response to HTML image map and attached PNG and define a browser match rule assigning an HTML image map with jpg to Netscape browsers.
    Inheritance Hierarchy

    System.Object
       Nevron.UI.WebForm.Controls.NConfigurationNode
          Nevron.UI.WebForm.Controls.NBrowser

    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