Click or drag to resize

Headers.GetCommaSeparatedValues Method

Version 107.1.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: 107.1.120.0 (107.1.120.0)
Syntax
public string[] GetCommaSeparatedValues(
	string key
)

Parameters

key
Type: System.String
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