@Html.ActionLink("Language Resources","Index","LanguageResource",new { languageCode = Request.QueryString["languageCode"],"")
public ActionResult Action(int id) { return View( id); }
指出我们正在处理的模型的类型
@model int
并以强类型的方式通过以下方式引用该值:
@Model