什么是切入点一个asp.net MVC应用4? [英] what is the entry point for an asp.net mvc 4 application?

查看:110
本文介绍了什么是切入点一个asp.net MVC应用4?的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

我学习我的方式围绕着一个MVC应用4,但我新来的MVC平台。如果我学习一门新的Java应用程序,我将开始从主要方法读取code,并从那里走。什么是一个asp.net MVC应用程序模拟?

I am learning my way around an MVC 4 application but am new to the mvc platform. If I were learning a new java application, I would start reading code from the main method and go from there. What is the analog for an asp.net mvc application?

我启动从以下网址的应用程序:的http://服务器/目录/ home IV-USER = TUSER

I launch the application from the following URL: http://server/directory/home?iv-user=tuser

推荐答案

这是HTTP。您对Web服务器的请求的资源,如已经上面指定,并且所述控制器响应。

It's HTTP. You make a request to the web server for a resource, as you have specified above, and the controller responds.

因此​​,在ASP.NET MVC中,你有多个入口点:每个动作方法

So in ASP.NET MVC, you have multiple entry points: each action method.

MSDN控制器和ASP操作方法。 NET MVC

这篇关于什么是切入点一个asp.net MVC应用4?的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆