CommentController.Get Method
- Namespace:
- Weavy.Web.Controllers
- Assembly:
- Weavy.Web.dll
Get(int)
Display a comment (redirects to the parent view).
public ActionResult Get(int id)
Parameters
- id
- int
Id of comment
Returns
System.Web.Mvc.ActionResult