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