System::Net::Http::Headers::HttpHeaderValueCollection::TryParseAdd 方法
HttpHeaderValueCollection::TryParseAdd method
尝试解析标题字符串表示并将其添加到当前集合中。
bool System::Net::Http::Headers::HttpHeaderValueCollection<T>::TryParseAdd(String input)
| Parameter | Type | 描述 |
|---|---|---|
| 输入 | 字符串 | 标题字符串表示。 |
ReturnValue
解析成功完成时为 true,否则为 false。
另见
- Class String
- Class HttpHeaderValueCollection
- Namespace System::Net::Http::Headers
- Library Aspose.Page for C++