BlazorCookieLoginMiddleware Class

By using middle ware, we can log in and logout without having to use custom controllers or .cshtml pages, and retain the same functionality across the entire website.

Definition

Namespace: MobileTrack.Web.Portal
Assembly: MobileTrack.Web.Portal (in MobileTrack.Web.Portal.exe) Version: 0.7+1dadc87dcf0a0f837e19a3ce2deb7c1cd85375d1
internal sealed class BlazorCookieLoginMiddleware
Inheritance
Object    BlazorCookieLoginMiddleware

Constructors

BlazorCookieLoginMiddleware By using middle ware, we can log in and logout without having to use custom controllers or .cshtml pages, and retain the same functionality across the entire website.

Properties

Logins Logins to handle (by Id)

Methods

Invoke When a new page is called. (Note: this means a full page load, not a blazor 'page to page' mechanism)

See Also