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"
)
Public Shared Function GetThemeClass (
appCxt As IAppContext,
style As BootstrapTheme,
Optional prefix As String = "bg"
) As String
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:
StringThe Bootstrap theme class.
See Also