Table of contents
For custom components that have many different landing pages
When writing custom components you need to keep in mind that you need to design things in such a way that the user will be able to access all landing pages.
@if (View == "Loading")
{
This area is shown when the data is being fetched.
}