get method
get
Returns value of the first name-value pair whose name is name.
Returns
Value of the first name-value pair whose name is name or null
if there is none.
def get(self, name):
...
| Parameter | Type | Description |
|---|---|---|
| name | str | Key which will be used to find name-value pair. |
See Also
- module
aspose.html - class
IUrlSearchParams