The HtmlElement class represents HTML element.
HtmlElement
HtmlElement 类表示 HTML 元素。
Creates a new instance of the HtmlElement class.
创建 HtmlElement 类的新实例。
The name of the HTML element.
HTML 元素的名称。
The object associated with the HTML element.
与 HTML 元素关联的对象。
The space associated with the element, used for layout purposes.
与元素关联的空间,用于布局目的。
The style of the HTML element.
HTML 元素的样式。
The text content of the HTML element.
HTML 元素的文本内容。
The type of the HTML element.
HTML 元素的类型。
静态
A static pool of HtmlElement objects for reuse.
HtmlElement 对象的静态池。
Fetches attributes from an external source and assigns them to the element.
从外部源获取属性,并将它们分配给元素。
The name of the attribute to retrieve.
The value of the attribute.
Gets the value of an attribute from the element.
从元素中获取属性的值。
The name of the attribute.
可选
The default value to use if the attribute is not found or is not a boolean.
The boolean value of the attribute or the default value.
Gets a boolean attribute value, with an optional default.
获取布尔属性值,可设置默认值。
The default value to use if the attribute is not found or is not a float.
The float value of the attribute or the default value.
Gets a float attribute value, with an optional default.
获取浮点属性值,可设置默认值。
The default value to use if the attribute is not found or is not an integer.
The integer value of the attribute or the default value.
Gets an integer attribute value, with an optional default.
获取整数属性值,可设置默认值。
The default value to use if the attribute is not found or is not a string.
The string value of the attribute or the default value.
Gets a string attribute value, with an optional default.
获取字符串属性值,可设置默认值。
Resets the properties of the element to their default state, preparing it for reuse from the pool.
将元素的属性重置为默认状态,准备从池中重用。
The name of the attribute to set.
The value to set for the attribute.
Sets an attribute on the element with the given value.
使用给定的值在元素上设置属性。
Retrieves an HtmlElement from the pool with a specified type, initializing it if necessary.
从池中检索具有指定类型的 HtmlElement,如有必要则进行初始化。
Returns an HtmlElement or an array of HtmlElements back to the pool for reuse.
将 HtmlElement 或 HtmlElement 数组返回到池中以供重用。
En
The
HtmlElement
class represents HTML element.Zh
HtmlElement
类表示 HTML 元素。