What is mvc authorize?
Answer / Dushyant Prakash
Mvc Authorize is an attribute that can be applied to controllers or actions in ASP.NET MVC. It restricts access to the controller or action by specifying a role or user that is required to access it.
| Is This Answer Correct ? | 0 Yes | 0 No |
What is route in mvc?
Explain the concept of razor in asp.net mvc?
What is the difference between temp data, view, and view bag?
What is meaning of View in MVC?
What is the purpose of mvc?
Why do we need viewmodel in mvc?
What are different filters in mvc?
Explain what is database first approach in mvc using entity framework?
Why razor is used in mvc?
What is html beginform in mvc?
How routing is done in mvc pattern?
List out a few different return types of a controller action method?