Interface IServerUrlProvider
Namespace: Volo.Abp.AspNetCore.Components.Web
Assembly: Volo.Abp.AspNetCore.Components.Web.dll
Syntax
public interface IServerUrlProvider
Methods
GetBaseUrlAsync(string)
Declaration
Task<string> GetBaseUrlAsync(string remoteServiceName = null)
Parameters
| Type | Name | Description |
|---|---|---|
| string | remoteServiceName |
Returns
| Type | Description |
|---|---|
| System.Threading.Tasks.Task<TResult><string> |