TenantNotFoundNotification

Notification raised when the tenant is not found.

Namespace:
KpokPatagon.AspNet.Multitenancy.Notifications
Type:
Class
Public:
Yes
Protected:
No
Sealed:
No
Abstract:
No

Constructors

TenantNotFoundNotification

Initializes a new instance of the tenant not found notification.

Signature:
public Void TenantNotFoundNotification(context, options)
Parameters
Name Type Summary
context HttpContext The HttpContext.
options TenantResolverOptions<TTenant, TTenantId> Tenant resolver configuration.

Properties

IsRequestHandled

Whether the request is handled and the middleware pipeline must be short cutted.

Signature:
public Boolean IsRequestHandled { get; set; }

ResolvedTenant

Tenant resolved by this notification implementation.

Signature:
public TTenant ResolvedTenant { get; set; }

TenantName

Tenant name that we are trying to resolved.

Signature:
public String TenantName { get; set; }