Example of Icons in ASP.NET MVC Message Control
This sample demonstrates the visibility customization of severity and close icons of the ASP.NET MVC Message control. Click the close icon to hide the message. Click the button to restore the hidden message. Check or uncheck the check box to show or hide the visibility of the severity icon. Check or uncheck the check box to show or hide the visibility of the close icon.
The Message control can be rendered with and without the severity and close icons. The close icon is used to hide the message.
In this sample, the Message control is rendered with a severity icon and a close icon. The visibility of the severity icon is handled by the ShowIconopens in a new tab property. The visibility of the close icon is handled by the ShowCloseIconopens in a new tab property.
More information about Message icons can be found in this documentationopens in a new tab section.