href property

href property

Gets or sets a serialized representation for the specified URL instance.

Definition:

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

See Also