asp.net mvc(1)
UrlHelper
system.web.mvc
Contains methods to build URLs for ASP.NET MVC within an application.
.Action(string)
摘要:
Generates a fully qualified URL to an action method by using the specified action name.
参数:
actionName: The name of the action method.
返回值:
The fully qualified URL to an action method.