Class CookieHelper
Provides a class that contains useful methods for working with cookies in HTTP responses.
public static class CookieHelper
- Inheritance
-
CookieHelper
- Inherited Members
Methods
- BuildCookieHeaderValue(Cookie)
Builds the cookie header value and returns an string from it.
- BuildCookieHeaderValue(string, string, DateTime?, TimeSpan?, string?, string?, bool?, bool?, string?)
Builds the cookie header value and returns an string from it.