Class TextAreaElement

Class TextAreaElement

Namespace: Aspose.Html.Forms
Assembly: Aspose.HTML.dll (25.2.0)

The TextAreaElement represents a wrapper that is associated with the HTMLTextAreaElement

[ComVisible(true)]
public class TextAreaElement : FormElement<htmltextareaelement>

Inheritance

objectFormElementFormElement<htmltextareaelement>TextAreaElement

Inherited Members

FormElement<htmltextareaelement>.HtmlElement, FormElement.ElementType, FormElement.Name, FormElement.Id, FormElement.Value, object.GetType(), object.MemberwiseClone(), object.ToString(), object.Equals(object?), object.Equals(object?, object?), object.ReferenceEquals(object?, object?), object.GetHashCode()

Properties

Name

Represent the name attribute of the input element.

public override string Name { get; set; }

Property Value

string

Type

The type of this form control.

public string Type { get; }

Property Value

string

Value

Represents the string value of the input element that is directly mapped to the ‘value’ attribute.

public override string Value { get; set; }

Property Value

string </htmltextareaelement></htmltextareaelement>