Show / Hide Table of Contents

Class UrlShortingPublicController

Inheritance
object
CmsKitProCommonController
UrlShortingPublicController
Implements
IUrlShortingPublicAppService
IApplicationService
IRemoteService
Namespace: Volo.CmsKit.Public.UrlShorting
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
Type Name Description
IUrlShortingPublicAppService urlShortingPublicAppService

Properties

UrlShortingPublicAppService

Declaration
protected IUrlShortingPublicAppService UrlShortingPublicAppService { get; }
Property Value
Type Description
IUrlShortingPublicAppService

Methods

FindBySourceAsync(string)

Declaration
[HttpGet]
public virtual Task<ShortenedUrlDto> FindBySourceAsync(string source)
Parameters
Type Name Description
string source
Returns
Type Description
Task<ShortenedUrlDto>

Implements

IUrlShortingPublicAppService
Volo.Abp.Application.Services.IApplicationService
Volo.Abp.IRemoteService
In this article
Back to top Powered by Volosoft