Project overview
In this chapter, we will build a modal dialog component. You will be able to customize both the Title
and the Body
of the modal dialog using Razor markup.
This is a screenshot of the modal dialog:
![Figure 3.3 – Modal dialog](https://static.packt-cdn.com/products/9781800567511/graphics/image/Figure_3.03_B16786.jpg)
Figure 3.3 – Modal dialog
Finally, after we have completed the modal dialog component, we will move it to a Razor class library so that it can be shared with other projects.
The build time for this project is approximately 90 minutes.