ASP.NET MVC and ASP.NET WebForms are both built on the same ASP.NET platform. You can even use some of the simple WebForms controls, like the Repeater and Menu, in ASP.NET MVC views.
Just to be clear, I would never use server controls like the Menu in my ASP.NET MVC projects. I just mentioned it to help illustrate how closely related the two really are.