• Material 3
  • Material 3 Dark
  • Fluent
  • Fluent Dark
  • Bootstrap v5
  • Bootstrap v5 Dark
  • Tailwind CSS
  • Tailwind CSS Dark
  • Material
  • Bootstrap v4
  • High Contrast
Preferences
Theme Selection
Mode Selection
Touch
Mouse
Localization
*Translated by Google Translator.
Currency

Example of Variants in ASP.NET MVC Message Control

This sample demonstrates the predefined appearance variants for the ASP.NET MVC Message control.

DEMO
SOURCE

Filled

Outlined

Text

The Message control can be displayed with predefined appearance variants. The available variants are Text, Outlined and Filled. The default variant type is Text.

  • Text - The severity is differentiated using a text color and a light background color.
  • Outlined - The severity is differentiated using a text color and a border without background.
  • Filled - The severity is differentiated using a text color and a dark background color.

In this sample, messages are displayed with different appearances based on the Variant property.