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


In This Topic
    NResponse Class
    In This Topic
    The base class for the NImageResponse and NHtmlImageMapResponse classes.
    Object Model
    NResponse Class
    Syntax
    'Declaration
     
    
    <System.Xml.Serialization.XmlIncludeAttribute(Nevron.UI.WebForm.Controls.NImageResponse)>
    <System.SerializableAttribute()>
    Public MustInherit Class NResponse 
       Inherits NConfigurationNode
       Implements Nevron.INReferenceHolder, Nevron.INReferenceProvider, INTemporaryFileCreator 
    'Usage
     
    
    Dim instance As NResponse
    [System.Xml.Serialization.XmlInclude(Nevron.UI.WebForm.Controls.NImageResponse)]
    [System.Serializable()]
    public abstract class NResponse : NConfigurationNode, Nevron.INReferenceHolder, Nevron.INReferenceProvider, INTemporaryFileCreator  
    Inheritance Hierarchy

    System.Object
       Nevron.UI.WebForm.Controls.NConfigurationNode
          Nevron.UI.WebForm.Controls.NResponse
             Nevron.UI.WebForm.Controls.NHtmlImageMapResponse
             Nevron.UI.WebForm.Controls.NImageResponse

    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