摘要:
本篇体验使用$.ajax()加载部分视图。与加载部分视图相关的包括: RenderPartial和RenderAction区别 使用jquery加载部分视图01-使用$.get() □ HomeController public class HomeController : Controller { public ActionRes... 阅读全文
摘要:
使用Html.RenderParital或Html.RenderAction可以在主视图中加载部分视图。 两种方法是有区别的,在"RenderPartial和RenderAction区别"中体验过。本篇体验使用jquery加载部分视图。 □ HomeControllerusing System.Web;using System.Web.Mvc;using _01.Models;namespace _01.Controllers{ public class HomeController : Controller { public ActionResult Index()... 阅读全文