Interface IMultiTenantUrlProvider
Namespace: Volo.Abp.MultiTenancy
Assembly: Volo.Abp.MultiTenancy.Abstractions.dll
Syntax
public interface IMultiTenantUrlProvider
Methods
GetUrlAsync(string)
Declaration
Task<string> GetUrlAsync(string templateUrl)
Parameters
Type | Name | Description |
---|---|---|
string | templateUrl |
Returns
Type | Description |
---|---|
Task<string> |