Class FormElement
Class FormElement
ja nimityö: Aspose.Html.Forms Kokoelma: Aspose.HTML.dll (25.4.0)
Esittelee perusluokan muodon elementtejä.
[ComVisible(true)]
public abstract class FormElement
Inheritance
Derived
Perintöjäsenet
object.GetType() , object.MemberwiseClone() , object.ToString() , object.Equals(object?) , object.Equals(object?, object?) , object.ReferenceEquals(object?, object?) , object.GetHashCode()
Constructors
FormElement(FormElementType)
Aloittaa Aspose.Html.Forms.FormElement -luokan uusi esimerkki.
protected FormElement(FormElementType type)
Parameters
type
FormElementType
Muoto elementti tyyppi.
Properties
ElementType
Se on elementin tyyppi.
public FormElementType ElementType { get; }
Omistuksen arvo
Id
Antaa tai asettaa muodon elementin tunniste.
public virtual string Id { get; set; }
Omistuksen arvo
Name
Antaa tai asettaa muodon elementin nimi.
public virtual string Name { get; set; }
Omistuksen arvo
Value
kentän arvo
public virtual string Value { get; set; }