Class TextAreaElement

Class TextAreaElement

Il nome: Aspose.Html.Forms Assemblaggio: Aspose.HTML.dll (25.4.0)

Il TextAreaElement rappresenta un wrapper che è associato al HTMLTextAreaElement

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

Inheritance

object FormElement FormElement TextAreaElement

I membri ereditari

FormElement.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

Representa l’attribuzione del nome dell’elemento di input.

public override string Name { get; set; }

Valore di proprietà

string

Type

Il tipo di controllo di questa forma.

public string Type { get; }

Valore di proprietà

string

Value

Rappresenta il valore di stringhe dell’elemento di input che è mappato direttamente all’attributo ‘valore’.

public override string Value { get; set; }

Valore di proprietà

string

 Italiano