InputElement Class |
Namespace: Aspose.Html.Forms
The InputElement type exposes the following members.
Name | Description | |
---|---|---|
![]() | ElementType |
Gets the type of the element.
(Inherited from FormElement.) |
![]() | HtmlElement |
Gets the HTMLElement.
(Inherited from FormElementT.) |
![]() | Id |
Represents the Id attribute of the input element.
(Overrides FormElementId.) |
![]() | List |
Represents a list of options
|
![]() | Name |
Represent the name attribute of the input element.
(Overrides FormElementName.) |
![]() | Type |
Type of the form control.
|
![]() | Value |
Represents the string value of the input element that is directly mapped to the 'value' attribute.
(Overrides FormElementValue.) |
Name | Description | |
---|---|---|
![]() | AddFile |
This method adds files to the Files collection which will be sent during the next web request.
|
![]() | Equals | (Inherited from Object.) |
![]() | Finalize | (Inherited from Object.) |
![]() | GetCheckboxValue |
Returns the checkedness state for the input element with the Checkbox type .
|
![]() | GetColorValue |
This method is used to get the value as a color. This method is valid if only only type of the input element is "color"
|
![]() | GetDateTimeLocalValue |
This method is used to get the value as a DateTime object object. This method is valid if only only type of the input element is "datetime-local"
|
![]() | GetDateValue |
This method is used to get the value as a DateTime object. This method is valid if only only type of the input element is "date"
|
![]() | GetEmailValue |
This method is used to get the value as an email string object. This method is valid if only only type of the input element is "email"
|
![]() | GetHashCode | (Inherited from Object.) |
![]() | GetMonthValue |
This method is used to get the value as a DateTime object. This method is valid if only only type of the input element is "month"
|
![]() | GetNumberValue |
This method is used to get the value as a number. This method is valid if only only type of the input element is "number"
|
![]() | GetPasswordValue |
This method is used to get the value as a password string object. This method is valid if only only type of the input element is "password"
|
![]() | GetRadioValue |
Returns the checkedness state for the input element with the radio type.
|
![]() | GetTimeValue |
This method is used to get the value as a TimeSpan object. This method is valid if only only type of the input element is "time"
|
![]() | GetType | (Inherited from Object.) |
![]() | GetUrlValue |
This method is used to get the value as Url object. This method is valid if only only type of the input element is "url"
|
![]() | GetWeekValue |
This method is used to get the value as a week string. This method is valid if only only type of the input element is "week"
|
![]() | MemberwiseClone | (Inherited from Object.) |
![]() | SetCheckboxValue |
Sets the checkedness state for the input elemen with the Checkbox type.
|
![]() | SetColorValue |
This method is used to set color as a value for input element. This method is valid if only the type of the input element is "color"
|
![]() | SetDateTimeLocalValue |
This method is used to set DateTime object as a value for input element. This method is valid if only the type of the input element is "datetime-local"
|
![]() | SetDateValue |
This method is used to set DateTime object as a value for input element. This method is valid if only the type of the input element is "date"
|
![]() | SetEmailValue |
This method is used to set email string as a value for input element. This method is valid if only the type of the input element is "email"
|
![]() | SetMonthValue |
This method is used to set DateTime object as a value for input element. This method is valid if only the type of the input element is "month"
|
![]() | SetNumberValue |
This method is used to set number as a value for input element. This method is valid if only the type of the input element is "number"
|
![]() | SetPasswordValue |
This method is used to set password string as a value for input element. This method is valid if only the type of the input element is "password"
|
![]() | SetRadioValue |
Sets the checkedness state for the input element with the radio type.
|
![]() | SetTimeValue |
This method is used to set TimeSpan object as a value for input element. This method is valid if only the type of the input element is "time"
|
![]() | SetUrlValue |
This method is used to set Url object as a value for input element. This method is valid if only the type of the input element is "url"
|
![]() | SetWeekValue |
This method is used to set 'week' string as a value for input element. This method is valid if only the type of the input element is "week"
|
![]() | ToString | (Inherited from Object.) |