3
When searching the web, I saw that it is not possible to register Assembly’s on the Razor view engine on Asp.net mvc as was done on webforms.
<%@ Register TagPrefix="wif" Namespace="Microsoft.IdentityModel.Web.Controls" Assembly="Microsoft.IdentityModel, Version=3.5.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" %>
how to do this, render a component using aspnet MVC?
Is a
WebControl
?– Leonel Sanches da Silva
Hi Gypsy, no webforms would be a webcontrol, but this does not exist in aspnet mvc.
– okevinlira