Click or drag to resize

CookieManager.SetCategoryCookies Method

Namespace:  Dynamicweb.Environment
Assembly:  Dynamicweb.Environment (in Dynamicweb.Environment.dll) Version: 4.0.2
Syntax
public static void SetCategoryCookies(
	string category,
	IEnumerable<string> cookies
)

Parameters

category
Type: System.String
cookies
Type: System.Collections.Generic.IEnumerable<String>
See Also