TenantResolverNotifications

Specifies events which TenantResolverMiddleware invokes to enable developers control over tenant resolving.

Namespace:
Inetdev.AspNetCore.Multitenancy
Type:
Class
Public:
Yes
Protected:
No
Sealed:
No
Abstract:
No
Inherits from:
System.Object

Constructors

TenantResolverNotifications

Default constructor

Signature:
public Void TenantResolverNotifications()

Properties

TenantNotFound

Notification raised when the tenant was not found.

Signature:
public Func TenantNotFound { get; set; }

TenantResolved

Notification raised when a tenant was found.

Signature:
public Func TenantResolved { get; set; }