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
- namespace Aspose.Svg
- assembly Aspose.SVG