GetAll
IUrlSearchParams.GetAll method
返回名称为 name
的所有值。
public IList<string> GetAll(string name)
范围 | 类型 | 描述 |
---|---|---|
name | String | 用于查找名称-值对的键。 |
返回值
包含名称为 name
的所有值的列表。
也可以看看
- interface IUrlSearchParams
- 命名空间 Aspose.Html
- 部件 Aspose.HTML
返回名称为 name
的所有值。
public IList<string> GetAll(string name)
范围 | 类型 | 描述 |
---|---|---|
name | String | 用于查找名称-值对的键。 |
包含名称为 name
的所有值的列表。