NEW
Font size
WorksheetsAsp.net quiz
Total questions: 10
Worksheet time: 5mins
MVC uses which control?
server side control
Html control
Both server and HTML
Neither server nor html
Which namespace is used for aspx view engine?
System.Web.Razor
System.Web.Mvc.WebFormViewEngine
Neither
Both
Term in MVC architecture that recieves events is called
Transmitter
Model
View
Controller
Which of the followings are Action selectors?
ActionName
NonAction
ActionVerbs
All of the above
What are the various types of filters in an ASP.NET MVC application?
Authorization filters
Action filters
Result filters
All of these
Return View() works like in Asp.net MVC C# as
Server.Transfer()
None of the above
Response.Redirect()
Both
What is Action filters?
Action filter execute after an action method.
Action filter execute before an action method.
Action filter execute after and before action method.
None
What is default Http method in MVC
HttpDelete
HttpPost
HttpGet
HttpGot
Work of Http Post method
To create new resource
all
fetch information
update information
Layout page store in which folder in MVC
None of the above
Root folder
Data folder
Layout folder
