[]
        
(Showing Draft Content)

Microsoft.AspNetCore.Mvc.ControllerExtension.C1EnableDeferredScripts

C1EnableDeferredScripts Method

C1EnableDeferredScripts(Controller, bool)

Enable or disable deferred scripts feature in current controller or current action.

Declaration
public static void C1EnableDeferredScripts(this Controller controller, bool enable = true)
Public Shared Sub C1EnableDeferredScripts(controller As Controller, Optional enable As Boolean = True)
Parameters
Type Name Description
Controller controller

The controller.

bool enable

The value.