serialize_input_value property
serialize_input_value property
This option controls whether to serialize the value of the HTMLInputElement
’s or the HTMLTextAreaElement
’s “value” property into the “value” attribute.
Definition:
@property
def serialize_input_value(self):
...
@serialize_input_value.setter
def serialize_input_value(self, value):
...
See Also
- module
aspose.html.saving
- class
HTMLInputElement
- class
HTMLSaveOptions
- class
HTMLTextAreaElement