|  | Name | Description | 
                    
                      |     | CookieExist(HttpContext, String, String) | 
   Cookies the exist.
    | 
                    
                      |     | CookieExist(HttpContextWrapper, String, String) | 
   Cookies the exist.
    | 
                    
                      |     | GetCookieDomain(HttpContext) | 
   Gets the cookie domain.
    | 
                    
                      |     | GetCookieDomain(HttpContextWrapper) | 
   Gets the cookie domain.
    | 
                    
                      |     | GetFromCookie(HttpContext, String, String) | 
   Retrieves a single value from Request.Cookies
    | 
                    
                      |     | GetFromCookie(HttpContextWrapper, String, String) | 
   Retrieves a single value from Request.Cookies
    | 
                    
                      |     | GetFromCookie(HttpContext, String) | 
   Retrieves a single value from Request.Cookies
    | 
                    
                      |     | GetFromCookie(HttpContextWrapper, String) | 
   Retrieves a single value from Request.Cookies
    | 
                    
                      |     | RemoveCookie(HttpContext, String, String, String) | 
   Removes a single value from a cookie or the whole cookie (if keyName is null)
    | 
                    
                      |     | RemoveCookie(HttpContextWrapper, String, String, String) | 
   Removes a single value from a cookie or the whole cookie (if keyName is null)
    | 
                    
                      |     | RemoveCookie(HttpContext, String, String) | 
   Removes a single value from a cookie or the whole cookie (if keyName is null)
    | 
                    
                      |     | RemoveCookie(HttpContextWrapper, String, String) | 
   Removes a single value from a cookie or the whole cookie (if keyName is null)
    | 
                    
                      |     | StoreInCookie(HttpContext, String, String, String, String, String, Nullable<(Of <<'(DateTime>)>>), Nullable<(Of <<'(Boolean>)>>), SameSiteMode, Boolean) | 
   Stores a value in a user Cookie, creating it if it doesn't exists yet.
    | 
                    
                      |     | StoreInCookie(HttpContextWrapper, String, String, String, String, String, Nullable<(Of <<'(DateTime>)>>), Nullable<(Of <<'(Boolean>)>>), SameSiteMode, Boolean) | 
   Stores a value in a user Cookie, creating it if it doesn't exists yet.
    | 
                    
                      |     | StoreInCookie(HttpContextWrapper, String, String, String, String, Nullable<(Of <<'(DateTime>)>>), Nullable<(Of <<'(Boolean>)>>), SameSiteMode, Boolean) | 
   Stores a value in a user Cookie, creating it if it doesn't exists yet.
    | 
                    
                      |     | StoreInCookie(HttpContext, String, String, String, String, Nullable<(Of <<'(DateTime>)>>), Nullable<(Of <<'(Boolean>)>>), SameSiteMode, Boolean) | 
   Stores a value in a user Cookie, creating it if it doesn't exists yet.
    | 
                    
                      |     | StoreInCookie(HttpContext, String, Dictionary<(Of <<'(String, String>)>>), String, String, Nullable<(Of <<'(DateTime>)>>), Nullable<(Of <<'(Boolean>)>>), SameSiteMode, Boolean) | 
   Stores multiple values in a Cookie using a key-value dictionary, creating the cookie (and/or the key) if it doesn't exists yet.
    | 
                    
                      |     | StoreInCookie(HttpContextWrapper, String, Dictionary<(Of <<'(String, String>)>>), String, String, Nullable<(Of <<'(DateTime>)>>), Nullable<(Of <<'(Boolean>)>>), SameSiteMode, Boolean) | 
   Stores multiple values in a Cookie using a key-value dictionary, creating the cookie (and/or the key) if it doesn't exists yet.
    |