Project overview
In this chapter, we will build a modal dialog component. We will enable both the Title
and the Body
of the modal dialog component to be customized using Razor markup. We will add the modal dialog component to another component.
This is a screenshot of the modal dialog:
After we have completed the modal dialog component, we will move it into a Razor class library so that it can be shared with other projects.
The build time for this project is approximately 90 minutes.