Notification raised when a tenant was resolved.
Initializes a new instance of the tenant resolved notification.
public Void TenantResolvedNotification(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; }Resolved tenant.
public TTenant Tenant { get; set; }In this document