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
I membri ereditari
FormElement
Properties
Name
Representa l’attribuzione del nome dell’elemento di input.
public override string Name { get; set; }
Valore di proprietà
Type
Il tipo di controllo di questa forma.
public string Type { get; }
Valore di proprietà
Value
Rappresenta il valore di stringhe dell’elemento di input che è mappato direttamente all’attributo ‘valore’.
public override string Value { get; set; }