Click or drag to resize

ButtonSizesHelperGetClassName Method

Gets the class name associated with size.

Namespace:  Bootstrap.A11y
Assembly:  Bootstrap.A11y (in Bootstrap.A11y.dll) Version: 1.1.0.0 (1.1.0.0)
Syntax
C#
public static string GetClassName(
	ButtonSizes size
)

Parameters

size
Type: Bootstrap.A11yButtonSizes
The InputSizes.

Return Value

Type: String
The associated CSS class name.
See Also