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 |
Can you declare an override method to be static if the original method is non-static
Is the following route definition a valid route definition? {controller}{action}/{id}
Why do I get errors when I try to serialize a Hashtable
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?
In which testing using in .net framwork?
What is serialization in .NET? What are the ways to control serialization?
What is namespaces
How we can call a javascript function on the change of a dropdown list in mvc?
How can we determine action invoked from HTTP GET or HTTP POST?
What is the advantage of mvc?