Try our conversational search powered by Generative AI!

The type or namespace name 'BlogPageProxy' does not exist in the namespace 'Castle.Proxies"

Vote:
 

Hi I have a blog page with mainbody as xhtmlstring property.

in some other page i want to display this blog page data. but how to get mainbody property value.

here am not getting main body property directly like teaser text.

@if (page is SitePageData)
{
var withTeaserText = (SitePageData)page;

@withTeaserText.TeaserText.Take(100).ToArray()


}

#178841
May 24, 2017 8:36
* You are NOT allowed to include any hyperlinks in the post because your account hasn't associated to your company. User profile should be updated.