I am trying to access the rendering parameters for a particular view rendering, which also has the model bound to it, something like this:
@inherits Glass.Mapper.Sc.Web.Mvc.GlassView<IPageBase>
I was reading the tutorial for the rendering parameters on glass.lu - http://www.glass.lu/Mapper/Sc/Tutorials/Tutorial23 - that I should be to inherit the parameters template the same way:
@inherits Glass.Mapper.Sc.Web.Mvc.GlassView<INews_Rendering_Parameters>
But I can't bind both of them - so how is this done?