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: Option D

Join The Discussion