name property
name property
Meta information name. See the name attribute definition in HTML 4.01.
Definition:
@property
def name(self):
...
@name.setter
def name(self, value):
...
See Also
- module
aspose.html
- class
HTMLMetaElement
Meta information name. See the name attribute definition in HTML 4.01.
@property
def name(self):
...
@name.setter
def name(self, value):
...
aspose.html
HTMLMetaElement