Click or drag to resize

HeadersGetCommaSeparatedValues Method

Version 103.0.120
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: 103.0.120.0 (103.0.120.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