CookieRedirectContext Třída

Definice

Kontext předaný, když se výzva, přihlášení nebo odhlášení způsobí přesměrování v middlewari souborů cookie

public ref class CookieRedirectContext : Microsoft::AspNetCore::Authentication::Cookies::BaseCookieContext
public class CookieRedirectContext : Microsoft.AspNetCore.Authentication.Cookies.BaseCookieContext
type CookieRedirectContext = class
    inherit BaseCookieContext
Public Class CookieRedirectContext
Inherits BaseCookieContext
Dědičnost
CookieRedirectContext

Konstruktory

CookieRedirectContext(HttpContext, CookieAuthenticationOptions, String, AuthenticationProperties)

Vytvoří nový objekt kontextu.

Vlastnosti

HttpContext (Zděděno od BaseContext)
Options (Zděděno od BaseCookieContext)
Properties
RedirectUri

Získá nebo nastaví identifikátor URI, který se používá pro operaci přesměrování.

Request (Zděděno od BaseContext)
Response (Zděděno od BaseContext)

Platí pro