HeadersGetCommaSeparatedValues Method |
Version 108.4.130
Get the associated values from the dictionary separated into individual values.
Quoted values will not be split, and the quotes will be removed.
Namespace:
CefSharp.DevTools.Network
Assembly:
CefSharp (in CefSharp.dll) Version: 108.4.130.0 (108.4.130.0)
Syntax public string[] GetCommaSeparatedValues(
string key
)
public:
array<String^>^ GetCommaSeparatedValues(
String^ key
)
Parameters
- key
- Type: SystemString
The header name.
Return Value
Type:
Stringthe associated values from the dictionary separated into individual values, or null if the key is not present.
See Also