Nevron .NET Vision
Nevron.UI.WebForm.Controls Namespace / NWebControl Class / AutoHTTPHandlerRegistration Property


In This Topic
    AutoHTTPHandlerRegistration Property
    In This Topic
    Get/sets a value, controlling if Nevron HTTP handlers must be registered automatically in web.config, when a Nevron web control is dropped inside the web designer.
    Syntax
    'Declaration
     
    
    <System.ComponentModel.CategoryAttribute("Misc")>
    <System.ComponentModel.DescriptionAttribute("Get/sets a value, controlling if Nevron HTTP handlers must be registered automatically in web.config, when a Nevron web control is dropped inside the web designer.")>
    <System.ComponentModel.DefaultValueAttribute(True)>
    Public Property AutoHTTPHandlerRegistration As System.Boolean
    'Usage
     
    
    Dim instance As NWebControl
    Dim value As System.Boolean
     
    instance.AutoHTTPHandlerRegistration = value
     
    value = instance.AutoHTTPHandlerRegistration
    [System.ComponentModel.Category("Misc")]
    [System.ComponentModel.Description("Get/sets a value, controlling if Nevron HTTP handlers must be registered automatically in web.config, when a Nevron web control is dropped inside the web designer.")]
    [System.ComponentModel.DefaultValue(true)]
    public System.bool AutoHTTPHandlerRegistration {get; set;}
    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