System::Net::Http::Headers::HttpHeaders::ParsedValuesAsList 方法
HttpHeaders::ParsedValuesAsList method
将已解析的值转换为列表。
static System::SharedPtr<System::Collections::Generic::List<System::SharedPtr<System::Object>>> System::Net::Http::Headers::HttpHeaders::ParsedValuesAsList(const System::SharedPtr<Object> parsedValues)
| 参数 | 类型 | 描述 |
|---|---|---|
| parsedValues | const System::SharedPtr<Object> | 要转换的 Values 对象。 |
ReturnValue
如果传入的值是 List 实例,则返回它;否则返回 nullptr。
另见
- Typedef SharedPtr
- Class List
- Class Object
- Class HttpHeaders
- Namespace System::Net::Http::Headers
- Library Aspose.Font for C++