HttpHeaders.GetValues(String) 方法
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
返回存储于 HttpHeaders 集合中的指定标头的所有标头值。
public:
System::Collections::Generic::IEnumerable<System::String ^> ^ GetValues(System::String ^ name);
public System.Collections.Generic.IEnumerable<string> GetValues (string name);
member this.GetValues : string -> seq<string>
Public Function GetValues (name As String) As IEnumerable(Of String)
参数
- name
- String
要为其返回值的指定标头。
返回
标头字符串数组。
例外
找不到标头。