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
- namespace Aspose.Html
- assembly Aspose.HTML