Méthode | Description | |
---|---|---|
List ( int page ) : System.Web.Mvc.ActionResult | ||
ListByTag ( string tagName, int page ) : System.Web.Mvc.ActionResult | ||
PostController ( IPostService postService ) : System | ||
Read ( string friendlyTitle ) : System.Web.Mvc.ActionResult |
Méthode | Description | |
---|---|---|
AddComment ( int postId, Feedback comment ) : System.Web.Mvc.ActionResult |
public List ( int page ) : System.Web.Mvc.ActionResult | ||
page | int | |
Résultat | System.Web.Mvc.ActionResult |
public ListByTag ( string tagName, int page ) : System.Web.Mvc.ActionResult | ||
tagName | string | |
page | int | |
Résultat | System.Web.Mvc.ActionResult |
public PostController ( IPostService postService ) : System | ||
postService | IPostService | |
Résultat | System |
public Read ( string friendlyTitle ) : System.Web.Mvc.ActionResult | ||
friendlyTitle | string | |
Résultat | System.Web.Mvc.ActionResult |