href property

href property

The URI [IETF RFC 2396] of the linked resource. See the href attribute definition in HTML 4.01.

Definition:

@property
def href(self):
    ...
@href.setter
def href(self, value):
    ...

See Also