Class DomainTenantResolveContributor
Inheritance
System.Object
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 |
System.String |
domainFormat |
|
Fields
ContributorName
Declaration
public const string ContributorName = "Domain"
Field Value
Type |
Description |
System.String |
|
Properties
Name
Declaration
public override string Name { get; }
Property Value
Type |
Description |
System.String |
|
Overrides
Methods
GetTenantIdOrNameFromHttpContextOrNull(ITenantResolveContext, HttpContext)
Declaration
protected override string GetTenantIdOrNameFromHttpContextOrNull(ITenantResolveContext context, HttpContext httpContext)
Parameters
Returns
Type |
Description |
System.String |
|
Overrides
Implements
Extension Methods