How to perform exception handling in mvc?
Answer / Priyanka Rohila
In MVC, you can use custom exceptions and exception filters to handle errors. Exception filters can be registered as action filters and run before or after an action executes.
| Is This Answer Correct ? | 0 Yes | 0 No |
Mention what is the use of the default route {resource}.axd/{*pathinfo} ?
What is routing in mvc interview questions?
What is strongly typed view in mvc?
Explain the possible ways to prevent xss attacks on mvc application?
What is mvc and why it is used?
Explain MVC (Model-View-Controller) in general?
Explain what are the steps for the execution of an mvc project?
What is mvc and its advantages?
What is modelstate isvalid in mvc?
Explain what is mvc?
What is the use of viewbag in mvc?
What are action verbs mvc?