Closed iotalex closed 4 years ago
You will find my first nested component in the next revision which is uploaded to the main GitHub folder. This is a great example of the user interface begin with the user clicking the nested item so they can proceed begin the drug screening process. This is one small step toward setting a user interface up.
Project structure for Blazor App.
This is "to do task not an issue;" study the detailed layout of Blazor workspace folder. That is, how the folders, files, and how one folder is responsible for the navigation of the pages between the HTML and CSS which are intertwined with a razor.app folder type extension or as it may be called. For example, on one of the pages in the index: @using System.Net.Http @using Microsoft.AspNetCore.Authorization @using Microsoft.AspNetCore.Components.Authorization @using Microsoft.AspNetCore.Components.Forms @using Microsoft.AspNetCore.Components.Routing @using Microsoft.AspNetCore.Components.Web @using Microsoft.JSInterop @using BlazorApp1 @using BlazorApp1.Shared This code is written from the website: https://docs.microsoft.com/en-us/dotnet/architecture/blazor-for-web-forms-developers/project-structure#layout