Table of Contents

Class CookieHelper

Namespace: Sisk.Core.Helpers
Assembly: Sisk.Core.dll

Provides a class that contains useful methods for working with cookies in HTTP responses.

public static class CookieHelper

Inheritance

objectCookieHelper

Inherited Members

object.GetType(), object.MemberwiseClone(), object.ToString(), object.Equals(object?), object.Equals(object?, object?), object.ReferenceEquals(object?, object?), object.GetHashCode()

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.