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