How to inherit from a library in a MVC.NET view

Posted by Dofs on Stack Overflow See other posts from Stack Overflow or by Dofs
Published on 2011-01-01T23:12:25Z Indexed on 2011/01/02 13:54 UTC
Read the original article Hit count: 276

Filed under:
|

I am trying to implement CKFinder in my MVC.Net website, but the default setup only works for regular asp.net websites, so I am trying to alter it to work.

One page inherits from a library CKFinder.Connector.Connector. In the old days my aspx would just inherit="CKFinder.Connector.Connector", but how is this done in MVC.NET?

Is Inherits="System.Web.Mvc.ViewPage<CKFinder.Connector.Connector>" the same?

© Stack Overflow or respective owner

Related posts about asp.net-mvc

Related posts about ckfinder