IUrlSearchParams.GetAll
IUrlSearchParams.GetAll method
Returns all values whose name is name
.
public IList<String> GetAll(String name)
Parameter | Type | Description |
---|---|---|
name | String | Key which will be used to find name-value pair. |
Return Value
List containing all values whose name is name
.
See Also
- interface IUrlSearchParams
- package com.aspose.html
- package Aspose.HTML