The FileElement type exposes the following members.
Back to Top
Properties
Name | Description | |
---|---|---|
AfterEndTagPosition |
Gets the character offset into the HTML document at which the last character
(not including < > tag characters) in this HTML element appears.
(Inherited from HtmlElement.) | |
AfterStartTagPosition |
Gets the character offset into the HTML document at which the 1st character
(not including < > tag characters) in this HTML element appears.
(Inherited from HtmlElement.) | |
Attributes |
Gets all the attributes contained in this HtmlElement as an IDictionary
of attribute names to values.
(Inherited from HtmlElement.) | |
CharEncoding |
Gets or sets the character encoding that is used to decode the data contained
in this HtmlElement, for example "UTF-8".
(Inherited from HtmlElement.) | |
Checked |
Gets or sets a value that indicates whether the "checked" attribute has been set for this InputElement.
This method is equivalent to HasAttribute("checked").
(Inherited from InputElement.) | |
Content |
Gets or sets the content of this HTML element. This includes everything between the HTML tags, but
excludes the tags themselves and any attributes.
(Inherited from HtmlElement.) | |
ContentPosition |
Gets the character offset into the HTML document at which this HTML element's content starts.
(Inherited from HtmlElement.) | |
Disabled |
Gets or sets a value that indicates whether this HTML element has been disabled.
(Inherited from HtmlElement.) | |
Id |
Gets or sets the value of the "id" attribute for this HTML element.
(Inherited from HtmlElement.) | |
IsSuccessfulControl |
Gets a value that indicates whether this InputElement represents a successful control.
(Inherited from InputElement.) | |
MultipartBoundary |
Gets or sets the string that will be used as the boundary between files (including the -- prefix), when encoding this element as multipart/form-data.
| |
Name |
Gets or sets the value of the "name" attribute for this HTML element.
(Inherited from HtmlElement.) | |
Submitted |
Gets or sets a value that indicates whether this InputElement has been submitted.
For example, a button is submitted when it is pressed.
(Inherited from InputElement.) | |
Tag |
Gets the tag name of this HTML element.
(Inherited from HtmlElement.) | |
Type |
Gets the type of this InputElement.
(Inherited from InputElement.) | |
Value |
Gets or sets the value of the "value" attribute for this HTML element.
(Inherited from HtmlElement.) |
See Also