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...
Write your reply to:
Upload image
Image will be uploaded when post is submitted
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...