linkdotnet/Blog

Clicks are not recorded when already in a blog post

Closed this issue · 0 comments

If a blog post has a link to another blog post and the user clicks on the link, the new page is not recorded as click in the UserRecord Entity.

The reason is that the user record is save in the AfterRender (and only on first render) rather than OnParanetersSet method.