메소드 | 설명 | |
---|---|---|
ApiController ( IBlogServices blogservices, IService |
||
GetCategories ( ) : JsonpResult | ||
GetPost ( int postid ) : JsonpResult | ||
GetPosts ( int page ) : JsonpResult | ||
GetPostsBy ( string by, string id, int page ) : JsonpResult | ||
GetTags ( ) : JsonpResult | ||
GetThumbnail ( string url ) : void | ||
SearchPosts ( string searchstring, int page ) : JsonpResult |
메소드 | 설명 | |
---|---|---|
getImageUrl ( Image image ) : string |
public ApiController ( IBlogServices blogservices, IService |
||
blogservices | IBlogServices | |
tagservices | IService |
|
categoryservices | IService |
|
postservices | IService |
|
리턴 | System |
public GetPostsBy ( string by, string id, int page ) : JsonpResult | ||
by | string | |
id | string | |
page | int | |
리턴 | JsonpResult |
public SearchPosts ( string searchstring, int page ) : JsonpResult | ||
searchstring | string | |
page | int | |
리턴 | JsonpResult |