Click or drag to resize

HeadersGetCommaSeparatedValues Method

Version 97.1.60
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: 97.1.60.0 (97.1.60.0)
Syntax
public string[] GetCommaSeparatedValues(
	string key
)

Parameters

key
Type: SystemString
The header name.

Return Value

Type: String
the associated values from the dictionary separated into individual values, or null if the key is not present.
See Also