Select from following answers:- @Html.PartialView()
- @Html.Partial()

- @Html.GetView()
- @Html.InputView()
- All Above
@Html.Partial() is used to reuse any partial view's code in the Razor view which reduces the code if you want to use the same type of action in many places in your application.
Show Correct Answer
Asked In: Spotted While Learning |
Alert Moderator