Interface INonElementParentNode
Interface INonElementParentNode
Il nome: Aspose.Html.Dom Assemblaggio: Aspose.HTML.dll (25.5.0)
Definisce Aspose.Html.Dom.IParentNode che non sono tipo Element.
[ComVisible(true)]
[DOMNoInterfaceObject]
public interface INonElementParentNodeMethods
GetElementById(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
Ritorna il primo elemento corrisposto.