Set a property on ViewBag dynamic object in F#

前端 未结 3 897
伪装坚强ぢ
伪装坚强ぢ 2021-02-09 05:35

I have this action method in C#:

  public ActionResult Index() {
      ViewBag.Message = \"Hello\";
      return View();
  }

And this

3条回答
提交回复
热议问题