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

    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.

     public void Initialize()
        {
    
            ContentService.Published += ContentService_Published;
        }
        private void ContentService_Published(Umbraco.Core.Services.IContentService sender, Umbraco.Core.Events.ContentPublishedEventArgs e)
        {                        }
    
  • 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.

Please Sign in or register to post replies