CookieAuthenticationDefaults.LoginPath Field

Definition

The default value used by CookieAuthenticationMiddleware for the CookieAuthenticationOptions.LoginPath

public: static initonly Microsoft::AspNetCore::Http::PathString LoginPath;
public static readonly Microsoft.AspNetCore.Http.PathString LoginPath;
 staticval mutable LoginPath : Microsoft.AspNetCore.Http.PathString
Public Shared ReadOnly LoginPath As PathString 

Field Value

Applies to