November Happy Hour will be moved to Thursday December 5th.
AI OnAI Off
November Happy Hour will be moved to Thursday December 5th.
Hi, usually you need to bind that area to the specific page. Not sure on how this would be done in MVC but for instance you need to make sure that you model is of that specific page. In Webforms I would have use a pagelink property to get information from a property on another page.
In the Alloy MVC Templates they have created a LayoutModel where you can get information on how to solv this in MVC
I am trying to render a content area that is not part of the current page. I have a static class which contains a property which extends type BlockData on which i have a property of type ContentArea. I am using this to store configuration for global data including that for use in my header and footer.
What I am trying to acheive is render the contents of this content area into a partial view from my main layout. I am trying to do something like the following.
Any help would be greatly appreciated.