IUrlSearchParams.Has
IUrlSearchParams.Has method
Checks if there is a name-value pair whose name is name
in list.
public bool Has(String name)
Parameter | Type | Description |
---|---|---|
name | String | Key which will be used to find name-value pair. |
Return Value
True
if there is a name-value pair whose name is name
in list, and false
otherwise.
See Also
- interface IUrlSearchParams
- package com.aspose.html
- package Aspose.HTML