rel property

rel property

Forward link type. See the rel attribute definition in HTML 4.01.

Definition:

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

See Also