Nevron .NET Vision
Nevron.UI.WebForm.Controls Namespace / ResponseType Enumeration


In This Topic
    ResponseType Enumeration
    In This Topic
    The possible response types generated by the component.
    Syntax
    'Declaration
     
    
    Public Enum ResponseType 
       Inherits System.Enum
    'Usage
     
    
    Dim instance As ResponseType
    public enum ResponseType : System.Enum 
    Members
    MemberDescription
    HTMLImageMapHTML Image map is send to the client browser
    ImageStatic image is send to the client browser
    SVGSVG content is send to the client browser
    Inheritance Hierarchy

    System.Object
       System.ValueType
          System.Enum
             Nevron.UI.WebForm.Controls.ResponseType

    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