Class UrlShortingPublicClientProxy
Inherited Members
Namespace: Volo.CmsKit.Public.UrlShorting
Assembly: Volo.CmsKit.Pro.Common.HttpApi.Client.dll
Syntax
[Dependency(ReplaceServices = true)]
[ExposeServices(new Type[] { typeof(IUrlShortingPublicAppService), typeof(UrlShortingPublicClientProxy) })]
public class UrlShortingPublicClientProxy : ClientProxyBase<IUrlShortingPublicAppService>, ITransientDependency, 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> |