MVC Html.Partial or Html.Action

Viewed 63355

I am new to asp.net MVC so please bear with me. I need build a menu that repeats across multiple views. What would better serve the purpose Html.Action OR Html.Partial.

2 Answers
Related