Hello guys
I have a problem when I want add meta tags on reactive application, I add Metadata_AddToPage action on OnReady event but when I see the source code html show
Hello,
Where are you getting this HTML from? If it is from the network tab, or from the view page source, it is normal that it doesn't show up. You need to look at "Elements" tab in the developer tools.
What you are seeing is the HTML template that is served on the first request. Afterwards, the JS kicks in and starts building the page. This is how single page applications work.
Hello my friend Ivo
I see the meta on the elements tab
Thank you