コード例 #1
0
ファイル: SearchController.cs プロジェクト: jemsgit/Blog
 public ActionResult Tags()
 {
     return(PartialView(SearchModel.GetTopTags()));
 }