Show / Hide Table of Contents

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>
In this article
Back to top Powered by Volosoft