Interface IHelloController
Assembly: Volo.Abp.AspNetCore.Mvc.Versioning.Tests.dll
Syntax
public interface IHelloController : IRemoteService
Methods
GetAsync()
Declaration
Returns
| Type |
Description |
| System.Threading.Tasks.Task<TResult><string> |
|
PostAsyncV1()
Declaration
Task<string> PostAsyncV1()
Returns
| Type |
Description |
| System.Threading.Tasks.Task<TResult><string> |
|
PostAsyncV2()
Declaration
Task<string> PostAsyncV2()
Returns
| Type |
Description |
| System.Threading.Tasks.Task<TResult><string> |
|
Extension Methods