Nevron .NET Vision
Nevron.UI.WebForm.Controls Namespace / NClientServerTechnology Class / GetAction Method


In This Topic
    GetAction Method
    In This Topic
    Creates a new instance of a Nevron image HTTP handler.
    Syntax
    'Declaration
     
    
    Protected Overridable Function GetAction() As System.Web.Configuration.HttpHandlerAction
    'Usage
     
    
    Dim instance As NClientServerTechnology
    Dim value As System.Web.Configuration.HttpHandlerAction
     
    value = instance.GetAction()
    protected virtual System.Web.Configuration.HttpHandlerAction GetAction()

    Return Value

    A new instance of a Nevron image HTTP handler.
    Remarks
    The value, returned by this function is used to register a Nevron image HTTP handler in web.config.
    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