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?
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?