这是我的问题,我有一个填写的表单,这些信息存储在我的数据库中。我现在想要的是制作一个加载这些信息并用它填充表格的按钮!
但我无法轻易找到如何实现这一点。关于它的任何线索?
我尝试过这样的事情:
public ActionResult Create()
{
GViewModel model = new GViewModel();
return View(model);
}
public ActionResult LCalabria(string designation)
{
GViewModel model = new GViewModel();
return View("CGalabria", model);
}
在我看来:
<a href="@Url.Action("Load", "Gar")" id="" class="btn">LOAD</a>
所以我知道它不会起作用,它会按照我的要求行事,但不填写表格!我怎样才能在我的LCalabria中将检索信息表示为基础?
由于
答案 0 :(得分:0)
有一篇由Shayne撰写的关于如何在MVC中使用EF配置和使用MangoDB的文章
http://tattoocoder.com/building-vnext-web-api-using-mvc-6-mongodb-azure/
你需要谷歌: - )