Get

Get(int)

获取指定索引处的值。

public virtual string Get(int index)
范围类型描述
indexInt32一个整数,表示要获取的元素的位置。

返回值

当前集合中指定位置的值。

也可以看看


Get(string)

通过给定的标头名称获取标头值。

public string Get(string name)
范围类型描述
nameString标题名称。

返回值

标头值。

也可以看看