Class TextAreaElement

Class TextAreaElement

名称: Aspose.Html.Forms 编辑: Aspose.HTML.dll (25.4.0)

TextAreaElement 代表与 HTMLTextAreaElement 相关的插件

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

Inheritance

object FormElement FormElement TextAreaElement

继承人

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

代表输入元素的名称属性。

public override string Name { get; set; }

财产价值

string

Type

这种形式的控制。

public string Type { get; }

财产价值

string

Value

代表输入元素的序列值,直接地图到“值”属性。

public override string Value { get; set; }

财产价值

string

 中文