Explain using hyperlink how you can navigate from one view to other view?
Answer Posted / Andleeb Sayyed
You can navigate from one view to another in MVC by creating a hyperlink. In the view, you create an HTML anchor tag (<a>) and specify the URL of the destination view as the href attribute value.
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers