id property
id property
Represents the Id attribute of the input element.
Definition:
@property
def id(self):
...
@id.setter
def id(self, value):
...
See Also
- module
aspose.html.forms
- class
InputElement
Represents the Id attribute of the input element.
@property
def id(self):
...
@id.setter
def id(self, value):
...
aspose.html.forms
InputElement