ControlHelper Class |
Namespace: Bootstrap.A11y.Helpers
public static class ControlHelper
The ControlHelper type exposes the following members.
| Name | Description | |
|---|---|---|
| EnsureCssClassPresent |
Ensures that control has cssClass in its CssClass property.
| |
| GetControlById(String) |
Finds the control on the current Page with the given controlId.
| |
| GetControlById(ControlCollection, String) |
Finds the control in controls (and their descendants) with the given controlId.
| |
| GetControlById(Page, String) |
Finds the control on page with the given controlId.
|