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
How to get url of published content in Umbraco 8 . I have following code and i want to get Url of the Content that being published.
public void Initialize() { ContentService.Published += ContentService_Published; } private void ContentService_Published(Umbraco.Core.Services.IContentService sender, Umbraco.Core.Events.ContentPublishedEventArgs e) { }
is working on a reply...
Write your reply to:
Upload image
Image will be uploaded when post is submitted
Url of published content
How to get url of published content in Umbraco 8 . I have following code and i want to get Url of the Content that being published.
is working on a reply...