RedirectContext<TOptions> Třída
Definice
Důležité
Některé informace platí pro předběžně vydaný produkt, který se může zásadně změnit, než ho výrobce nebo autor vydá. Microsoft neposkytuje žádné záruky, výslovné ani předpokládané, týkající se zde uváděných informací.
Kontext byl předán pro události přesměrování.
generic <typename TOptions>
where TOptions : AuthenticationSchemeOptionspublic ref class RedirectContext : Microsoft::AspNetCore::Authentication::PropertiesContext<TOptions>
public class RedirectContext<TOptions> : Microsoft.AspNetCore.Authentication.PropertiesContext<TOptions> where TOptions : AuthenticationSchemeOptions
type RedirectContext<'Options (requires 'Options :> AuthenticationSchemeOptions)> = class
inherit PropertiesContext<'Options (requires 'Options :> AuthenticationSchemeOptions)>
Public Class RedirectContext(Of TOptions)
Inherits PropertiesContext(Of TOptions)
Parametry typu
- TOptions
- Dědičnost
Konstruktory
| RedirectContext<TOptions>(HttpContext, AuthenticationScheme, TOptions, AuthenticationProperties, String) |
Vytvoří nový kontextový objekt. |
Vlastnosti
| HttpContext |
Kontext (Zděděno od BaseContext<TOptions>) |
| Options |
Získá možnosti ověřování přidružené k schématu. (Zděděno od BaseContext<TOptions>) |
| Properties |
Získá nebo nastaví AuthenticationProperties. (Zděděno od PropertiesContext<TOptions>) |
| RedirectUri |
Získá nebo nastaví identifikátor URI použitý pro operaci přesměrování. |
| Request |
Žádost (Zděděno od BaseContext<TOptions>) |
| Response |
Odpověď. (Zděděno od BaseContext<TOptions>) |
| Scheme |
Schéma ověřování. (Zděděno od BaseContext<TOptions>) |