Hi there.
I am extending the OnGlobalTags notification.
Here i am setting some template tags
pageviewNotificationArgs.Template.SetTag("Dealer.Name", U.Name);
I can easily get this value in my template by using
<!--@Dealer.Name-->
But the razor equivalent
@GetValue("Dealer.Name") does not work.
Neither does it if i try to use the SetTagValue method, using an object as a value.
Any idea whats going on?
Thanks in advance
Jonas