Click or drag to resize

EAPBootstrapUtilsGetThemeClass Method

Gets the Bootstrap theme class, appropriate for the version of Bootstrap being used, for the specified standard theme and prefix.

Namespace:  NetQuarry
Assembly:  EAP.Core (in EAP.Core.dll) Version: 2.0.0.0 (4.6.8.0)
Syntax
public static string GetThemeClass(
	IAppContext appCxt,
	BootstrapTheme style,
	string prefix = "bg"
)

Parameters

appCxt
Type: NetQuarryIAppContext
The application context.
style
Type: NetQuarryBootstrapTheme
The Bootstrap theme.
prefix (Optional)
Type: SystemString
The class prefix (e.g. "bg" for background).

Return Value

Type: String
The Bootstrap theme class.
See Also