Vidyalelo
C# Programming · Q44

ASP.NET and Web Development with C Sharp

Programming · C# Programming · question 44

Q44

What is the purpose of the HttpGet attribute in ASP.NET MVC controller actions?

A.
It specifies that the action requires authentication
B.
It specifies that the action should be invoked asynchronously
C.
It specifies that the action supports HTTP GET requests
Answer
D.
It specifies that the action should be invoked via AJAX

Answer: Option C

Solution

Answer: Option C
No explanation is given for this question Let's Discuss on Board