Nevron .NET Vision
Nevron.UI.WebForm.Controls Namespace / NBrowserResponseSettings Class / DefaultResponse Property


In This Topic
    DefaultResponse Property
    In This Topic
    The response generated by the component when no browser match occured.
    Syntax
    'Declaration
     
    
    Public Property DefaultResponse As NResponse
    'Usage
     
    
    Dim instance As NBrowserResponseSettings
    Dim value As NResponse
     
    instance.DefaultResponse = value
     
    value = instance.DefaultResponse
    public NResponse DefaultResponse {get; set;}
    Remarks
    You must not pass to this property objects of type NResponse directly. Instead you must use objects from classes that derive from NResponse like NImageResponse, NHtmlImageMapResponse or NHtmlImageMapResponsePostback.
    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