| IUrlSearchParamsGetAll Method |
Returns all values whose name is name.
Namespace: Aspose.HtmlAssembly: Aspose.HTML (in Aspose.HTML.dll) Version: 20.3
SyntaxIList<string> GetAll(
string name
)
Function GetAll (
name As String
) As IList(Of String)
IList<String^>^ GetAll(
String^ name
)
abstract GetAll :
name : string -> IList<string>
Parameters
- name
- Type: SystemString
Key which will be used to find name-value pair.
Return Value
Type:
IListString List containing all values whose name is
name.
See Also