Class FormElement
Class FormElement
名称: Aspose.Html.Forms セットアップ: Aspose.HTML.dll (25.4.0)
形式要素の基礎クラスを表す。
[ComVisible(true)]
public abstract class FormElement
Inheritance
Derived
相続人
object.GetType() , object.MemberwiseClone() , object.ToString() , object.Equals(object?) , object.Equals(object?, object?) , object.ReferenceEquals(object?, object?) , object.GetHashCode()
Constructors
FormElement(FormElementType)
Aspose.Html.Forms.FormElement クラスの新しい例を開始します。
protected FormElement(FormElementType type)
Parameters
type
FormElementType
形式要素の種類
Properties
ElementType
元素の種類が分かります。
public FormElementType ElementType { get; }
不動産価値
Id
形式要素の識別を取得または設定します。
public virtual string Id { get; set; }
不動産価値
Name
形式元素の名前を取得または設定します。
public virtual string Name { get; set; }
不動産価値
Value
フィールドの価値
public virtual string Value { get; set; }