Class DomainTenantResolveContributor
Inheritance
DomainTenantResolveContributor
Assembly: Volo.Abp.AspNetCore.MultiTenancy.dll
Syntax
public class DomainTenantResolveContributor : HttpTenantResolveContributorBase, ITenantResolveContributor
Constructors
DomainTenantResolveContributor(string)
Declaration
public DomainTenantResolveContributor(string domainFormat)
Parameters
Type |
Name |
Description |
string |
domainFormat |
|
Fields
ContributorName
Declaration
public const string ContributorName = "Domain"
Field Value
Properties
Name
Declaration
public override string Name { get; }
Property Value
Overrides
Methods
GetTenantIdOrNameFromHttpContextOrNullAsync(ITenantResolveContext, HttpContext)
Declaration
protected override Task<string?> GetTenantIdOrNameFromHttpContextOrNullAsync(ITenantResolveContext context, HttpContext httpContext)
Parameters
Returns
Overrides
Implements
Extension Methods