name property
name property
The name of a run-time parameter. 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
HTMLParamElement