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; }