What is the use of action filters in an mvc application?



What is the use of action filters in an mvc application?..

Answer / Bhajan Veer Singh

Action Filters are used to execute code before or after the action method executes. They can be used for purposes such as authentication, caching, exception handling, and more.

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More Dot Net Framework Interview Questions

Explain the request flow in asp.net mvc framework?

0 Answers  


Can we change web.config settings from iis?

1 Answers  


what is explicit loading?

1 Answers   Microsoft,


Explain entity lifecycle? : Entity framework

1 Answers  


Why we need a separate mobile project template, while we can render our web application in mobile ?

1 Answers  


Is it possible to share a view across multiple controllers?

1 Answers  


Why is the .net framework 3.0 a major version number of the .net framework if it uses the .net framework 2.0 runtime and compiler?

1 Answers  


Explain the difference between viewbag and viewdata in mvc?

1 Answers  


About Assembly in .NET, types of assemblies, their difference, How to register into GAC. How to generate the strong names & its use ?

6 Answers   Infosys, Microsoft, MMTS,


Can you Write the GC(Garbage Collector) Algoritham in .NET? (But not Explination of Working of GC).

1 Answers  


Explain the role of assembly in the .net framework.

1 Answers  


Is the lack of deterministic destruction in .NET a problem

1 Answers  


Categories