MVC 3: Add usercontrol to Razor view

Viewed 20004

I have a DLL that contain a user control inside, in the Web Form view i can easily use it by using

<%@ Register Assembly = "..." Namespace = "..." TagPrefix = "..." %>

But how to do it in Razor view?

2 Answers
Related