HeadersGetCommaSeparatedValues Method |
Version 130.1.90
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.NetworkAssembly: CefSharp.Core (in CefSharp.Core.dll) Version: 129.0.110.0
Syntax public string[] GetCommaSeparatedValues(
string key
)
public:
array<String^>^ GetCommaSeparatedValues(
String^ key
)
Parameters
- key String
- The header name.
Return Value
Stringthe associated values from the dictionary separated into individual values, or null if the key is not present.
See Also