[ChildActionOnly]
  public ActionResult Partal()
  {
      return PartialView();
  }
ChildActionOnly表示它只能在View中通过Html.Action或Html.RenderAction来使用