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


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

    Return Value

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