Kizspy Question: 29
(Choose 1 answer)
What is the purpose of the [HttpPost] attribute in ASP.NET Core MVC?
A. To specify a database connection.
B. To specify that an action method handles HTTP POST requests.
C. To encrypt data.
D. To manage user sessions.