href property

href property

Returns the Location object’s URL. Can be set, to navigate to the given URL.

Definition:

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

See Also