When searching the web, I saw that it is not possible to register assembly's in the razor view engine in asp.net mvc as it was done in webforms.
<%@ Register TagPrefix="wif" Namespace="Microsoft.IdentityModel.Web.Controls" Assembly="Microsoft.IdentityModel, Version=3.5.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" %>
How can I do this, render a component using ASP.NET MVC?