コード例 #1
0
        public ActionResult GetLastPost()
        {
            var post = ContentModel.GetLastContent(5);

            return(PartialView(@"~/Views/Shared/_LastPost.cshtml", post));
        }