วันพุธที่ 9 มิถุนายน พ.ศ. 2553

Link between Area and not Area.

because if you are in some area you must change area before use other control in other area.

Html.ActionLink( "Home", "Index", "Home", new { area = "" }, null )

Html.ActionLink( "About", "About", "Home", new { area = "" }, null )

Html.ActionLink("Install", "Index", "Install", new { area = "Install" }, null)

ไม่มีความคิดเห็น: