This one is similar to my previous post but deals with page templates, not paragraph templates. What's the best way to set paragraph tags for a page template in a NotificationSubscriber? Currently, I do something like this:
PageView myPageView = PageView.Current();
myPageView.TemplatePage.SetTemplateValue(tagKey, "true");
That works, but feels a bit clumsy as TemplatePage is not a V2 version of Template and SetTemplateValue feels old.
Are there better alternatives?
Thanks,
Imar