CookieAuthenticationOptions.AccessDeniedPath Eigenschaft

Definition

Die AccessDeniedPath-Eigenschaft wird beim Behandeln von ForbidAsync vom Handler für das Umleitungsziel verwendet.

public:
 property Microsoft::AspNetCore::Http::PathString AccessDeniedPath { Microsoft::AspNetCore::Http::PathString get(); void set(Microsoft::AspNetCore::Http::PathString value); };
public Microsoft.AspNetCore.Http.PathString AccessDeniedPath { get; set; }
member this.AccessDeniedPath : Microsoft.AspNetCore.Http.PathString with get, set
Public Property AccessDeniedPath As PathString

Eigenschaftswert

Gilt für: