Class FormTenantResolveContributor
Inheritance
FormTenantResolveContributor
Assembly: Volo.Abp.AspNetCore.MultiTenancy.dll
[Obsolete("This may make some features of ASP NET Core unavailable, Will be removed in future versions.")]
public class FormTenantResolveContributor : HttpTenantResolveContributorBase, ITenantResolveContributor
Constructors
Declaration
public FormTenantResolveContributor()
Fields
Declaration
public const string ContributorName = "Form"
Field Value
Properties
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