JSHelperCDNBootstrapJS Method |
Obtain the main Bootstrap javascript reference.
Currently this is: //maxcdn.bootstrapcdn.com/bootstrap/3.2.0/js/bootstrap.min.js
Namespace:
NetQuarry
Assembly:
EAP.Core (in EAP.Core.dll) Version: 2.0.0.0 (4.6.8.0)
Syntax public static string BootstrapJS(
IAppContext cxt
)
Public Shared Function BootstrapJS (
cxt As IAppContext
) As String
Parameters
- cxt
- Type: NetQuarryIAppContext
The application context.
Return Value
Type:
StringThe javascript reference.
See Also