ASP.NET Core MVC Controls | ComponentOne
C1.AspNetCore.Mvc Assembly / Microsoft.AspNetCore.Mvc Namespace / ControllerExtension Class / C1EnableDeferredScripts Method
The controller.
The value.

In This Topic
    C1EnableDeferredScripts Method (ControllerExtension)
    In This Topic
    Enable or disable deferred scripts feature in current controller or current action.
    Syntax
    'Declaration
     
    Public Shared Sub C1EnableDeferredScripts( _
       ByVal controller As Controller, _
       Optional ByVal enable As Boolean _
    ) 
    public static void C1EnableDeferredScripts( 
       Controller controller,
       bool enable
    )

    Parameters

    controller
    The controller.
    enable
    The value.
    See Also