post property
post property
Returns or sets the string used with the post method of inputting data into a web server to return data from a web query.
Definition:
@property
def post(self):
...
@post.setter
def post(self, value):
...
See Also
- module
aspose.cells.externalconnections
- class
WebQueryConnection