ResponseCookieCollection.Append Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Overloads
Append(String, String) |
Add a new cookie and value |
Append(String, String, CookieOptions) |
Add a new cookie |
Append(String, String)
- Source:
- ResponseCookieCollection.cs
Add a new cookie and value
public void Append (string key, string value);
member this.Append : string * string -> unit
Public Sub Append (key As String, value As String)
Parameters
- key
- String
- value
- String
Applies to
Append(String, String, CookieOptions)
- Source:
- ResponseCookieCollection.cs
Add a new cookie
public void Append (string key, string value, Microsoft.Owin.CookieOptions options);
member this.Append : string * string * Microsoft.Owin.CookieOptions -> unit
Public Sub Append (key As String, value As String, options As CookieOptions)
Parameters
- key
- String
- value
- String
- options
- CookieOptions