accept property
accept property
A comma-separated list of content types that a server processing this form will handle correctly. See the accept attribute definition in HTML 4.01.
Definition:
@property
def accept(self):
...
@accept.setter
def accept(self, value):
...
See Also
- module
aspose.html
- class
HTMLInputElement