IUrlSearchParams.Get
IUrlSearchParams.Get method
Returns value of the first name-value pair whose name is name
.
public String Get(String name)
Parameter | Type | Description |
---|---|---|
name | String | Key which will be used to find name-value pair. |
Return Value
Value of the first name-value pair whose name is name
or null if there is none.
See Also
- interface IUrlSearchParams
- package com.aspose.html
- package Aspose.HTML