I am creating a news Module with a News List like this:
I want to get the Content inside each individual News. Here is an example of the first News in the list:
This is what I'm trying to do in my PartialView:
Unfortunately, I am not able to access the News details. On the front end, my PartialView is only displaying the Name. When i try to access the summary it throws an error.
The content not displaying. Only the Title is displaying.
So currently, my code is able to display only the List Level of News not the Detailed Level of content. Can any one help me on this?