C# Class Frapid.WebsiteBuilder.Models.ContentModel

ファイルを表示 Open project: frapid/frapid

Public Methods

Method Description
GetBlogContentsAsync ( string tenant, int pageNumber ) : Task>
GetContentAsync ( string tenant, string categoryAlias = "", string alias = "", bool isBlog = false ) : Task

Private Methods

Method Description
AddHitAsync ( string database, string categoryAlias, string alias ) : System.Threading.Tasks.Task

Method Details

GetBlogContentsAsync() public static method

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

GetContentAsync() public static method

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