Public Class HelloWorldController
Inherits System.Web.Mvc.Controller
'
' GET: /HelloWorldController
Function PrintMessage() As ActionResult
End Function
End Class
<小时/>
http:// localhost:1430 / HelloWorld / PrintMessage
<小时/> 如何使用上面使用的“Mvc.Controller”,方法和相应的URL请求在localhost上的Web浏览器中打印消息?
只需按一个链接或按钮即可调用方法(动作)intended
。
答案 0 :(得分:0)