Click or drag to resize

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
)

Parameters

cxt
Type: NetQuarryIAppContext
The application context.

Return Value

Type: String
The javascript reference.
See Also