Modal Dialog Project Overview
Explore how to build a modal dialog component in Blazor that allows customization of the Title and Body using Razor markup. Understand the process of developing this reusable component and moving it into a Razor class library for sharing across multiple projects.
We'll cover the following...
We'll cover the following...
In this chapter, we will build a modal dialog component. We will be able to customize both the ...