1.

How can we determine action invoked from HTTP GET or HTTP POST?

Answer»

This can be done in following way :Use class : "HttpRequestBase" and use the method : "HttpMethod" to determine the action request type.



Discussion

No Comment Found