Class FormTenantResolveContributor
Inheritance
System.Object
FormTenantResolveContributor
Assembly: Volo.Abp.AspNetCore.MultiTenancy.dll
public class FormTenantResolveContributor : HttpTenantResolveContributorBase, ITenantResolveContributor
Fields
Declaration
public const string ContributorName = "Form"
Field Value
Type |
Description |
System.String |
|
Properties
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