Nevron.UI.WebForm.Controls Namespace / NClientServerTechnology Class / IsHttpHandlerRegistered Method


In This Topic
    IsHttpHandlerRegistered Method
    In This Topic
    Syntax
    'Declaration
     
    
    Protected Function IsHttpHandlerRegistered( _
       ByVal Action As System.Web.Configuration.HttpHandlerAction _
    ) As System.Boolean
    'Usage
     
    
    Dim instance As NClientServerTechnology
    Dim Action As System.Web.Configuration.HttpHandlerAction
    Dim value As System.Boolean
     
    value = instance.IsHttpHandlerRegistered(Action)
    protected System.bool IsHttpHandlerRegistered( 
       System.Web.Configuration.HttpHandlerAction Action
    )

    Parameters

    Action
    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