href method

href

Sets the ‘href’ attribute, specifying a reference to a path element.

Returns

The current builder instance.

def href(self, value):
    ...
ParameterTypeDescription
valuestrThe reference value.

See Also