Interface ITenantResolveContext
Namespace: Volo.Abp.MultiTenancy
Assembly: Volo.Abp.MultiTenancy.dll
Syntax
public interface ITenantResolveContext : IServiceProviderAccessor
Properties
Handled
Declaration
bool Handled { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean |
TenantIdOrName
Declaration
string TenantIdOrName { get; set; }
Property Value
Type | Description |
---|---|
System.String |