Interface IUrlShortingPublicAppService
Namespace: Volo.CmsKit.Public.UrlShorting
Assembly: Volo.CmsKit.Pro.Common.Application.Contracts.dll
Syntax
public interface IUrlShortingPublicAppService : IApplicationService, IRemoteService
Methods
FindBySourceAsync(string)
Declaration
Task<ShortenedUrlDto> FindBySourceAsync(string source)
Parameters
Type | Name | Description |
---|---|---|
string | source |
Returns
Type | Description |
---|---|
Task<ShortenedUrlDto> |