links property
links property
A collection of all AREA elements and anchor (
A) elements in a document with a value for the
href attribute.
Definition:
@property
def links(self):
    ...
See Also
- module aspose.html
- class HTMLCollection
- class HTMLDocument