Copied to clipboard

Flag this post as spam?

This post will be reported to the moderators as potential spam to be looked at


  • QBank 17 posts 108 karma points
    May 07, 2019 @ 07:06
    QBank
    0

    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)
        {                        }
    
Please Sign in or register to post replies

Write your reply to:

Draft