Emptying the Solution
Learn how to configure a template demo app and remove unnecessary content according to our needs.
We'll cover the following
To empty the solution, we need to delete some components, update a couple of components, and delete both a controller and a class. We do this as follows:
- Return to Visual Studio.
- Delete all of the components in the
TaskManager.Client.Pages
folder, except forIndex
. - Delete the
TaskManager.Client.Shared\SurveyPrompt.razor
file. - Open the
TaskManager.Client.Shared\MainLayout.razor
file. - Remove the “About” link from the top row of the layout by removing the following markup:
Get hands-on with 1400+ tech skills courses.