CookiePolicyDetectionControllerIndex Method |
Default action.
Namespace: Kentico.Content.Web.MvcAssembly: Kentico.Content.Web.Mvc (in Kentico.Content.Web.Mvc.dll) Version: 12.0.0
Syntax 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:
ActionResultSee Also