How can I make a simple "jump to" part of already loaded page in Blazor? Like this in HTML:
<a href="#contact">Contact us</a>...<section id="contact">Ideally I also want to have it smooth scroll down to this section. Thought I would try to solve this with CSS, but maybe not possible?