Class TextAreaElement
Class TextAreaElement
Tên không gian: Aspose.Html.Forms Tổng hợp: Aspose.HTML.dll (25.4.0)
TextAreaElement đại diện cho một cáp kết nối với HTMLTextAreaElement
[ComVisible(true)]
public class TextAreaElement : FormElement<htmltextareaelement>
Inheritance
object
←
FormElement
←
FormElement
Thành viên thừa kế
FormElement
Properties
Name
đại diện cho thuộc tính tên của yếu tố nhập.
public override string Name { get; set; }
Giá trị bất động sản
Type
Các hình thức kiểm soát này.
public string Type { get; }
Giá trị bất động sản
Value
Nó đại diện cho giá trị chuỗi của yếu tố nhập được mapped trực tiếp đến thuộc tính ‘giá’.
public override string Value { get; set; }