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
Hi Paul,
I really enjoy your youtube channel.
Also, would love to use Edit Link plugin, but I cannot figure how to use it in my Master page per your instructions.
My Master page looks like this at the top:
@inherits UmbracoViewPage
@using BackOfficeExtensions
The body looks like this:
@Html.UmbracoEditLink(Model.Content)
I am getting an error on Model.Content - IPublishedContent does not contain a definition for Content...
I'm guessing this is because I am inheriting UmbracoViewPage and not UmbracoTemplatePage. Is there a way to make this work?
John
Hi John The one which works with Umbraco v8 is call Our.Umbraco.EditLink
It looks like you’ve got the old one which works with v7
is working on a reply...
Write your reply to:
Upload image
Image will be uploaded when post is submitted
Edit Link not working - Compile Error on Model.Content
Hi Paul,
I really enjoy your youtube channel.
Also, would love to use Edit Link plugin, but I cannot figure how to use it in my Master page per your instructions.
My Master page looks like this at the top:
@inherits UmbracoViewPage
@using BackOfficeExtensions
The body looks like this:
I am getting an error on Model.Content - IPublishedContent does not contain a definition for Content...
I'm guessing this is because I am inheriting UmbracoViewPage and not UmbracoTemplatePage. Is there a way to make this work?
John
Hi John The one which works with Umbraco v8 is call Our.Umbraco.EditLink
It looks like you’ve got the old one which works with v7
is working on a reply...