Class UrlShortingPublicController
Inheritance
UrlShortingPublicController
Implements
IApplicationService
IRemoteService
Assembly: Volo.CmsKit.Pro.Common.HttpApi.dll
Syntax
[Area("cms-kit-pro-common")]
[Route("api/cms-kit-public/url-shorting")]
public class UrlShortingPublicController : CmsKitProCommonController, IUrlShortingPublicAppService, IApplicationService, IRemoteService
Constructors
UrlShortingPublicController(IUrlShortingPublicAppService)
Declaration
public UrlShortingPublicController(IUrlShortingPublicAppService urlShortingPublicAppService)
Parameters
Properties
UrlShortingPublicAppService
Declaration
protected IUrlShortingPublicAppService UrlShortingPublicAppService { get; }
Property Value
Methods
FindBySourceAsync(string)
Declaration
[HttpGet]
public virtual Task<ShortenedUrlDto> FindBySourceAsync(string source)
Parameters
Type |
Name |
Description |
string |
source |
|
Returns
Implements
Volo.Abp.Application.Services.IApplicationService
Volo.Abp.IRemoteService