Interface ILookupApiRequestService
Namespace: Volo.Abp.AspNetCore.Components.Web.Extensibility
Assembly: Volo.Abp.AspNetCore.Components.Web.dll
Syntax
public interface ILookupApiRequestService
Methods
SendAsync(string)
Declaration
Task<string> SendAsync(string url)
Parameters
| Type | Name | Description |
|---|---|---|
| string | url |
Returns
| Type | Description |
|---|---|
| Task<string> |