ContainsParsedValue()
HttpHeaders::ContainsParsedValue(String, System::SharedPtr<Object>) method
Checks if the header contains the specified value.
bool System::Net::Http::Headers::HttpHeaders::ContainsParsedValue(String name, System::SharedPtr<Object> value)
Arguments
Parameter | Type | Description |
---|---|---|
name | String | The header name. |
value | System::SharedPtr<Object> | The header value. |
Return Value
True if the header contains the specified value, otherwise false.
See Also
- Typedef SharedPtr
- Class String
- Class Object
- Class HttpHeaders
- Namespace System::Net::Http::Headers
- Library Aspose.Slides