no_href property

no_href property

Specifies that this area is inactive, i.e., has no associated action. See the nohref attribute definition in HTML 4.01.

Definition:

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

See Also