Click or drag to resize

InputSizesHelper Class

Helper methods for dealing with InputSizes.
Inheritance Hierarchy
SystemObject
  Bootstrap.A11yInputSizesHelper

Namespace:  Bootstrap.A11y
Assembly:  Bootstrap.A11y (in Bootstrap.A11y.dll) Version: 1.1.0.0 (1.1.0.0)
Syntax
C#
public static class InputSizesHelper

The InputSizesHelper type exposes the following members.

Methods
  NameDescription
Public methodStatic memberAddSizeSuffix
Adds the size suffix ("lg" or "sm") associated with inputSize to prefix. If inputSize is Default, an empty string is returned.
Public methodStatic memberEnsureSizeClassPresent
Adds a class containing prefix and the size suffix ("lg" or "sm") associated with inputSize. If inputSize is Default, no class is added.
Top
See Also