Is it possible to use Html.RenderPartial in non-MVC ASP.Net page?

RenderPartial is an extension method that extends the HtmlHelper . The HtmlHelper 's constructor takes a ViewContext . All 3 of those are in the System.Web.

Mvc namespace. So, you'd have to a the very least reference the Mvc dll. You would also need to create an HTML helper by creating the other 2 objects.

I'd be interested if you got it work, but I don't know if it's possible.

I cant really gove you an answer,but what I can give you is a way to a solution, that is you have to find the anglde that you relate to or peaks your interest. A good paper is one that people get drawn into because it reaches them ln some way.As for me WW11 to me, I think of the holocaust and the effect it had on the survivors, their families and those who stood by and did nothing until it was too late.

Related Questions