Inheritance
System.Object
HeaderTenantResolveContributor
Assembly: Volo.Abp.AspNetCore.MultiTenancy.dll
public class HeaderTenantResolveContributor : HttpTenantResolveContributorBase, ITenantResolveContributor
Fields
Declaration
public const string ContributorName = "Header"
Field Value
Type |
Description |
System.String |
|
Properties
Declaration
public override string Name { get; }
Property Value
Type |
Description |
System.String |
|
Overrides
Methods
Declaration
protected override string GetTenantIdOrNameFromHttpContextOrNull(ITenantResolveContext context, HttpContext httpContext)
Parameters
Returns
Type |
Description |
System.String |
|
Overrides
Declaration
protected virtual void Log(ITenantResolveContext context, string text)
Parameters
Implements
Extension Methods