Class WebAssemblyServerUrlProvider
Inheritance
WebAssemblyServerUrlProvider
Assembly: Volo.Abp.AspNetCore.Components.WebAssembly.dll
Syntax
[Dependency(ReplaceServices = true)]
public class WebAssemblyServerUrlProvider : IServerUrlProvider, ITransientDependency
Constructors
WebAssemblyServerUrlProvider(IRemoteServiceConfigurationProvider)
Declaration
public WebAssemblyServerUrlProvider(IRemoteServiceConfigurationProvider remoteServiceConfigurationProvider)
Parameters
Properties
RemoteServiceConfigurationProvider
Declaration
protected IRemoteServiceConfigurationProvider RemoteServiceConfigurationProvider { get; }
Property Value
Methods
GetBaseUrlAsync(string?)
Declaration
public Task<string> GetBaseUrlAsync(string? remoteServiceName = null)
Parameters
Type |
Name |
Description |
string |
remoteServiceName |
|
Returns
Implements
Extension Methods