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
- module
aspose.html
- class
HTMLLinkElement
Forward link type. See the rel attribute definition in HTML 4.01.
@property
def rel(self):
...
@rel.setter
def rel(self, value):
...
aspose.html
HTMLLinkElement