Table of Contents

Class TextInputComponent

Namespace
Kentico.Forms.Web.Mvc
Assembly
Kentico.Content.Web.Mvc.dll

Represents a single line input form component.

public class TextInputComponent : FormComponent<TextInputProperties, string>
Inheritance
object
TextInputComponent
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