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

object FormElement

Derived

FormElement

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

FormElementType

Id

Antaa tai asettaa muodon elementin tunniste.

public virtual string Id { get; set; }

Omistuksen arvo

string

Name

Antaa tai asettaa muodon elementin nimi.

public virtual string Name { get; set; }

Omistuksen arvo

string

Value

kentän arvo

public virtual string Value { get; set; }

Omistuksen arvo

string

 Suomi