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
D. It specifies that the action should be invoked via AJAX
Answer: Option C

Join The Discussion