Class TextInputComponent
Represents a single line input form component.
public class TextInputComponent : FormComponent<TextInputProperties, string>
- Inheritance
-
objectTextInputComponent
- Derived
- Inherited Members
- Extension Methods
Fields
IDENTIFIER
Represents the TextInputComponent identifier.
public const string IDENTIFIER = "Kentico.TextInput"
Field Value
- string
Properties
LabelForPropertyName
Gets name of the Value property.
public override string LabelForPropertyName { get; }
Property Value
- string
Value
Represents the input value in the resulting HTML.
public string Value { get; set; }
Property Value
- string
Methods
GetValue()
Gets the Value.
public override string GetValue()
Returns
- string
SetValue(string)
Sets the Value.
public override void SetValue(string value)
Parameters
value
string