href property
href property
The base URI [IETF RFC 2396]. See the href attribute definition in HTML 4.01.
Definition:
@property
def href(self):
...
@href.setter
def href(self, value):
...
See Also
- module
aspose.html
- class
HTMLBaseElement
The base URI [IETF RFC 2396]. See the href attribute definition in HTML 4.01.
@property
def href(self):
...
@href.setter
def href(self, value):
...
aspose.html
HTMLBaseElement