摘要:
URLs In ViewsAction Links:(Extension Method For HtmlHelper)@Html.ActionLink("About this application", "About") ——Returns an anchor element (a element) that contains the virtual path of the specified action.The parameters to the ActionLink method are the text for the link and the 阅读全文
posted @ 2012-02-03 17:07
HelloWorld.Michael
阅读(256)
评论(0)
推荐(0)
摘要:
The routing system has two functions:Examine an incoming URL and figure out for which controller and action the request is intendedGenerate outgoing URLs. These are the URLs that appear in the HTML rendered from our views so that a specific action will be invoked when the user clicks the linkRoutes 阅读全文
posted @ 2012-02-03 11:10
HelloWorld.Michael
阅读(324)
评论(0)
推荐(0)

浙公网安备 33010602011771号