Press Ctrl / CMD + C to copy this to your clipboard.
This post will be reported to the moderators as potential spam to be looked at
In an Umbraco v13 projet, I have this RichTextBlockItem Partial view that works fine :
@inherits Umbraco.Cms.Web.Common.Views.UmbracoViewPage<Umbraco.Cms.Core.Models.Blocks.RichTextBlockItem<MyBlock>> @using ContentModels = Umbraco.Cms.Web.Common.PublishedModels; <p>@Model.Content.BlocTitle</p>
How can I access properties of another ModelView from this partial View ?
Thank you
is working on a reply...
This forum is in read-only mode while we transition to the new forum.
You can continue this topic on the new forum by tapping the "Continue discussion" link below.
Continue discussion
Bind Multiple Models on a RichTextBlockItem partial view
In an Umbraco v13 projet, I have this RichTextBlockItem Partial view that works fine :
@inherits Umbraco.Cms.Web.Common.Views.UmbracoViewPage<Umbraco.Cms.Core.Models.Blocks.RichTextBlockItem<MyBlock>> @using ContentModels = Umbraco.Cms.Web.Common.PublishedModels; <p>@Model.Content.BlocTitle</p>
How can I access properties of another ModelView from this partial View ?
Thank you
is working on a reply...
This forum is in read-only mode while we transition to the new forum.
You can continue this topic on the new forum by tapping the "Continue discussion" link below.