Introduction to Templated Components
Get introduced to the concepts we will learn in this chapter.
We'll cover the following...
Overview
A modal dialog is a dialog that appears on top of all other content in a window and requires user interaction to close it. Templated components are components that accept one or more UI templates as parameters. The UI templates can contain any Razor markup. ...