Notification raised when the tenant is not found.
Initializes a new instance of the tenant not found notification.
public Void TenantNotFoundNotification(context, options)| Name | Type | Summary |
|---|---|---|
| context | HttpContext | The HttpContext. |
| options | TenantResolverOptions<TTenant, TTenantId> | Tenant resolver configuration. |
Whether the request is handled and the middleware pipeline must be short cutted.
public Boolean IsRequestHandled { get; set; }Tenant resolved by this notification implementation.
public TTenant ResolvedTenant { get; set; }Tenant name that we are trying to resolved.
public String TenantName { get; set; }In this document