Routing
摘要
Blazor is a .NET framework you use for building _single-page applications_ (SPA), just like you can use popular JavaScript frameworks such as Angular, React, and VueJs. But what is a _SPA_? In this chapter, you will use routing to jump between different sections of a SPA and send data between different components.