Click or drag to resize

CookieGetAll Method

Gives all cookies

Namespace:  Velo.Web.Helper
Assembly:  Velo.Web (in Velo.Web.dll) Version: 22.2.10.1 (22.2.10.450)
Syntax
public static Dictionary<string, string> GetAll(
	string pURL = ""
)

Parameters

pURL (Optional)
Type: SystemString
URL read cookie values

Return Value

Type: DictionaryString, String
List of cookie values
See Also