What are the different types of filters, in an asp.net mvc application?

Answer Posted / harshada patil

The ASP.NET MVC framework supports four different types of filters:
Authorization filters – Implements the IAuthorizationFilter attribute.
Action filters – Implements the IActionFilter attribute.
Result filters – Implements the IResultFilter attribute.
Exception filters – Implements the IExceptionFilter attribute.

Is This Answer Correct ?    0 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

Explain what is the difference between view and partial view?

573


What is ViewStart Page in ASP.Net MVC?

573


What is the difference between windows vista and .net framework 3.0 ?

539


Explain ASP.NET MVC Identity and Security?

568


Explain .Net Framework? Why we use it?

609






Describe the .net framework architecture.

575


What is the use of razor view engine?

527


What is meant by tempdata in mvc?

537


Can you explain model, controller and view in mvc?

563


What is attribute routing in mvc?

575


What is entity framework in asp net?

534


What is clr? How does work clr & wht is work of clr?

555


What is the use of viewmodel in mvc?

614


what do you mean by table-per-hierarchy?

597


What are the differences between Partial View and Display Template and Edit Templates in ASP.Net MVC?

593