Class TenantResolveContext
Inheritance
TenantResolveContext
Assembly: Volo.Abp.MultiTenancy.Abstractions.dll
Syntax
public class TenantResolveContext : ITenantResolveContext, IServiceProviderAccessor
Constructors
TenantResolveContext(IServiceProvider)
Declaration
public TenantResolveContext(IServiceProvider serviceProvider)
Parameters
Properties
Handled
Declaration
public bool Handled { get; set; }
Property Value
ServiceProvider
Declaration
public IServiceProvider ServiceProvider { get; }
Property Value
TenantIdOrName
Declaration
public string? TenantIdOrName { get; set; }
Property Value
Methods
HasResolvedTenantOrHost()
Declaration
public bool HasResolvedTenantOrHost()
Returns
Implements
Extension Methods