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


In This Topic
    AjaxScriptBuild Property (NWebControl)
    In This Topic
    Gets/sets a value, indicating whether the debug script build or the release script build must be loaded in AJAX mode.
    Syntax
    'Declaration
     
    
    <System.ComponentModel.CategoryAttribute("AJAX")>
    <System.ComponentModel.DescriptionAttribute("Recommended values are Release and Auto (also interpreted as Release). Select Debug only if you know exactly what are you doing.")>
    <System.ComponentModel.DefaultValueAttribute(Mono.Cecil.CustomAttributeArgument)>
    Public Property AjaxScriptBuild As AjaxScriptBuild
    'Usage
     
    
    Dim instance As NWebControl
    Dim value As AjaxScriptBuild
     
    instance.AjaxScriptBuild = value
     
    value = instance.AjaxScriptBuild
    [System.ComponentModel.Category("AJAX")]
    [System.ComponentModel.Description("Recommended values are Release and Auto (also interpreted as Release). Select Debug only if you know exactly what are you doing.")]
    [System.ComponentModel.DefaultValue(Mono.Cecil.CustomAttributeArgument)]
    public AjaxScriptBuild AjaxScriptBuild {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