Click or drag to resize

EAPBootstrapUtilsGetBreakpointAbbreviation Method

Gets the Bootstrap grid column breakpoint abbreviation string for the specified breakpoint appropriate for the version of Bootstrap being used. Note that the BootstrapBreakpoints names correspond roughly with the Bootstrap 4 names. For example BootstrapBreakpoints.Medium will return "md" for Bootstrap 4, but "sm" for Bootstrap 3.

Namespace:  NetQuarry
Assembly:  EAP.Core (in EAP.Core.dll) Version: 2.0.0.0 (4.6.8.0)
Syntax
public static string GetBreakpointAbbreviation(
	IAppContext appCxt,
	BootstrapBreakpoints bp
)

Parameters

appCxt
Type: NetQuarryIAppContext
The application context.
bp
Type: NetQuarryBootstrapBreakpoints
The breakpoint.

Return Value

Type: String
The Bootstrap grid breakpoint abbreviation.
See Also