adspace


What is NonActionAttribute ?

Answer Posted / Shalini

NonActionAttribute: This attribute can be applied to a controller action method to indicate that it should not be invoked as an HTTP action. It's often used when the method is intended for other purposes, such as initializing or cleaning up resources.

Is This Answer Correct ?    0 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

How to use multiple submit buttons in asp.net mvc?

1320


Explain the request flow in asp.net mvc framework?

1105


Possible ways to prevent xss attacks on mvc application?

1094