Table of Contents

Method New

Namespace
HttpBuildR
Assembly
HttpBuildR.ActionResult.dll

Creates a new cookie

public static Cookie New(string key, string value, CookieOptions? options = null)

Parameters

key string

key

value string

value

options CookieOptions

options

Returns

Cookie

cookie