What is filters in web api?



What is filters in web api?..

Answer / Vikas Singh

Filters in ASP.NET Web API are attributes that allow you to perform actions such as authorization, exception handling, and data validation before or after an action executes.

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More Dot Net Framework Interview Questions

Can you declare an override method to be static if the original method is non-static

1 Answers  


Is the following route definition a valid route definition? {controller}{action}/{id}

1 Answers   NA,


Why do I get errors when I try to serialize a Hashtable

1 Answers  


What is the difference between old ADO.NET and Entity framework coding techniques?

1 Answers   Beahead Private Limited,


IS MS.Net platform independent or dependent?

19 Answers   Infosys, Ksb, Satyam,


What is filters in web api?

1 Answers  


In which testing using in .net framwork?

2 Answers  


What is serialization in .NET? What are the ways to control serialization?

2 Answers  


What is namespaces

1 Answers  


How we can call a javascript function on the change of a dropdown list in mvc?

1 Answers  


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

1 Answers  


What is the advantage of mvc?

1 Answers  


Categories