摘要:
1.LinkExtension类 HtmlHelper 的扩展方法,返回虚拟路径到 action方法,有ActionLink方法和RouteLink方法。这两个方法差别不大。RenderAction“调用”用来呈现子视图的操作方法2.BeginForm 引起【Httppost】action方法调用3.自定义HtmlHelper,需要在View文件夹中的web.config文件中添加对添加方法所属命名空间的引用。4.UrlHelper类 action方法The ActionResult class is the base class for different controller result 阅读全文