Class DefaultServerUrlProvider
Inherited Members
Namespace: Volo.Abp.AspNetCore.Components.Web
Assembly: Volo.Abp.AspNetCore.Components.Web.dll
Syntax
public class DefaultServerUrlProvider : IServerUrlProvider, ISingletonDependency
Constructors
DefaultServerUrlProvider()
Declaration
public DefaultServerUrlProvider()
Methods
GetBaseUrlAsync(string?)
Declaration
public Task<string> GetBaseUrlAsync(string? remoteServiceName = null)
Parameters
Type | Name | Description |
---|---|---|
string | remoteServiceName |
Returns
Type | Description |
---|---|
Task<string> |