API Reference
Class
ValidationStateExtensions
Extension methods for the ValidationState enum.
Inheritance
- Object
- ValidationStateExtensions
Methods
public static String ToFeedbackClass(ValidationState state) #Returns:
StringReturns the CSS class name used for validation feedback elements.
Parameters
- state HtmlForgeX.ValidationState
public static String ToInputClass(ValidationState state) #Returns:
StringReturns the CSS class name that represents the validation state for an input element.
Parameters
- state HtmlForgeX.ValidationState