コード例 #1
0
 public IActionResult Index()
 {
     ViewData["msg"] = _msgservice.Html();
     return(View());
 }