Click or drag to resize
KenticoCookiePolicyDetectionControllerIndex Method
Default action.

Namespace: Kentico.Content.Web.Mvc
Assembly: Kentico.Content.Web.Mvc (in Kentico.Content.Web.Mvc.dll) Version: 13.0.131
Syntax
C#
public ActionResult Index(
	string origin,
	string cookieName,
	string cookieValue
)

Parameters

origin
Type: SystemString
Expected origin of parent frame
cookieName
Type: SystemString
Cookie name to set.
cookieValue
Type: SystemString
Cookie value.

Return Value

Type: ActionResult
See Also