Class QueryStringTenantResolveContributor
Inheritance
System.Object
QueryStringTenantResolveContributor
Assembly: Volo.Abp.AspNetCore.MultiTenancy.dll
Syntax
public class QueryStringTenantResolveContributor : HttpTenantResolveContributorBase, ITenantResolveContributor
Fields
ContributorName
Declaration
public const string ContributorName = "QueryString"
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