Interface IPagePublicAppService
Assembly: Volo.CmsKit.Public.Application.Contracts.dll
Syntax
public interface IPagePublicAppService : IApplicationService, IRemoteService
Methods
DoesSlugExistAsync(string)
Declaration
Task<bool> DoesSlugExistAsync(string slug)
Parameters
Type |
Name |
Description |
string |
slug |
|
Returns
FindBySlugAsync(string)
Declaration
Task<PageDto> FindBySlugAsync(string slug)
Parameters
Type |
Name |
Description |
string |
slug |
|
Returns
FindDefaultHomePageAsync()
Declaration
Task<PageDto> FindDefaultHomePageAsync()
Returns
Extension Methods