Interface INonElementParentNode

Interface INonElementParentNode

Le nom : Aspose.Html.Dom Assemblaggio: Aspose.HTML.dll (25.4.0)

Definisce Aspose.Html.Dom.IParentNode che non sono tipo Element.

[ComVisible(true)]
[DOMNoInterfaceObject]
public interface INonElementParentNode

Methods

GetElementById(Le string)

Ritorna il primo elemento all’interno dei discendenti del nodo il cui ID è elementId.

[DOMName("getElementById")]
[DOMNullable]
Element GetElementById(string elementId)

Parameters

elementId string

l’elemento di identificazione.

Returns

Element

Ritorna il primo elemento corrisposto.

 Français