Vidyalelo
C# Programming · Q38

ASP.NET and Web Development with C Sharp

Programming · C# Programming · question 38

Q38

What is the purpose of the "async" keyword in ASP.NET MVC controller actions?

A.
Indicates that the method is a controller action
B.
Indicates that the method requires authentication
C.
Indicates that the method is a partial view
D.
Indicates that the method is asynchronous
Answer

Answer: Option D

Solution

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