MVC [HttpPost/HttpGet] for Action

Viewed 156456

I am using MVC C#.

Can somebody give an example on why one would use

[HttpPost/HttpGet] 

for an Action. How can an active have both - what is the practical use?

4 Answers
Related