Show / Hide Table of Contents

Class UrlShortingPublicClientProxy

Inheritance
object
UrlShortingPublicClientProxy
Implements
IUrlShortingPublicAppService
IApplicationService
IRemoteService
Namespace: Volo.CmsKit.Public.UrlShorting
Assembly: Volo.CmsKit.Pro.Common.HttpApi.Client.dll
Syntax
public class UrlShortingPublicClientProxy : ClientProxyBase<IUrlShortingPublicAppService>, IUrlShortingPublicAppService, IApplicationService, IRemoteService

Constructors

UrlShortingPublicClientProxy()

Declaration
public UrlShortingPublicClientProxy()

Methods

FindBySourceAsync(string)

Declaration
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