System::Net::Http::Headers::HttpHeaders::ContainsParsedValue method
HttpHeaders::ContainsParsedValue method
Verifica se l’intestazione contiene il valore specificato.
bool System::Net::Http::Headers::HttpHeaders::ContainsParsedValue(String name, System::SharedPtr<Object> value)
| Parametro | Tipo | Descrizione |
|---|---|---|
| nome | Stringa | Il nome dell’intestazione. |
| valore | System::SharedPtr<Object> | Il valore dell’intestazione. |
ReturnValue
Vero se l’intestazione contiene il valore specificato, altrimenti falso.
Vedi anche
- Class String
- Typedef SharedPtr
- Class Object
- Class HttpHeaders
- Namespace System::Net::Http::Headers
- Library Aspose.Font for C++