C# 클래스 Frapid.WebsiteBuilder.Models.ContentModel

파일 보기 프로젝트 열기: frapid/frapid

공개 메소드들

메소드 설명
GetBlogContentsAsync ( string tenant, int pageNumber ) : Task>
GetContentAsync ( string tenant, string categoryAlias = "", string alias = "", bool isBlog = false ) : Task

비공개 메소드들

메소드 설명
AddHitAsync ( string database, string categoryAlias, string alias ) : System.Threading.Tasks.Task

메소드 상세

GetBlogContentsAsync() 공개 정적인 메소드

public static GetBlogContentsAsync ( string tenant, int pageNumber ) : Task>
tenant string
pageNumber int
리턴 Task>

GetContentAsync() 공개 정적인 메소드

public static GetContentAsync ( string tenant, string categoryAlias = "", string alias = "", bool isBlog = false ) : Task
tenant string
categoryAlias string
alias string
isBlog bool
리턴 Task