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