Example of Template in ASP.NET Core Dialog Control
This example demonstrates the template functionalities of the dialog control. The dialog header and footer is configured with HTML template. The typed content will be replaced every time when clicking the "send" button.
DEMO
SOURCE
Greetings Nancy! When will you share me the source files of the project?
The dialog control displays HTML template content on the header and footer. The user can set any HTML element as header and footer by using the content and footer template properties.