Notification raised when the tenant is not found.
Initializes a new instance of TenantNotFoundNotification.
public Void TenantNotFoundNotification(context, options)
Name | Type | Summary |
---|---|---|
context | HttpContext | Current HttpContext. |
options | TenantResolverOptions<TTenant> | Tenant resolver configuration. |
Current HttpContext.
public HttpContext Context { get; set; }
Whether the request is handled and the middleware pipeline must be short cutted.
public Boolean IsRequestHandled { get; set; }
Tenant resolver configuration.
public TenantResolverOptions<TTenant> Options { 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