Class PagesPublicClientProxy
Inheritance
PagesPublicClientProxy
Assembly: Volo.CmsKit.Public.HttpApi.Client.dll
Syntax
[Dependency(ReplaceServices = true)]
[ExposeServices(new Type[] { typeof(IPagePublicAppService), typeof(PagesPublicClientProxy) })]
public class PagesPublicClientProxy : ClientProxyBase<IPagePublicAppService>, ITransientDependency, IPagePublicAppService, IApplicationService, IRemoteService
Constructors
PagesPublicClientProxy()
Declaration
public PagesPublicClientProxy()
Methods
DoesSlugExistAsync(string)
Declaration
public virtual Task<bool> DoesSlugExistAsync(string slug)
Parameters
Type |
Name |
Description |
string |
slug |
|
Returns
FindBySlugAsync(string)
Declaration
public virtual Task<PageDto> FindBySlugAsync(string slug)
Parameters
Type |
Name |
Description |
string |
slug |
|
Returns
FindDefaultHomePageAsync()
Declaration
public virtual Task<PageDto> FindDefaultHomePageAsync()
Returns
Implements
Extension Methods