The ASP.NET MVC Message is a graphical user interface control that displays messages with visual severity levels. It differentiates messages with icons and colors to denote the importance and context of the message. It has several built-in features, such as severities, variants, icons, and a template.
Display messages with predefined severity types that have distinctive icons and colors to convey their importance to the user. The available severity types are normal, success, info, warning, and error.
Message has predefined appearance variants for different visual representations of messages: text, outlined, and filled.
Users tend to understand visual information better than text. Include severity icons to the left of the message content to provide a visual representation of the message urgency. Users may want to hide some messages once they’ve read them. Include a close icon to the right of the message content to hide it through the input.
Normally, message content is aligned to the left. Users can easily align it to the center or right using the built-in classes e-content-center and e-content-right.
A template is used to create custom user experiences. The Message component lets you customize the content with a custom structure. The content can be a string, paragraph, or any other HTML element.
The corners of the message box can be rounded or squared, by adding a custom class at the application level. Based on this custom class, users can override the message styles to make it round or square. The Message control with rounded corners will have a softer, smoother appearance, while the square corners will have a more ASP.NET MVC, defined look.
Developers can control the appearance and behaviors of the Message component using a rich set of APIs.
The ASP.NET MVC Message supports several built-in themes: Material, Bootstrap, Fabric (Office 365), Tailwind CSS, and high contrast. Users can customize any one of these built-in themes or create new themes to achieve their own desired look and feel either by simply overriding SASS variables or using our Theme Studio application.
The Message component is also available for our Blazor, JavaScript, Angular, React, and Vue frameworks. Check it out on the other platforms at these links:
Easily get started with the ASP.NET MVC Message using a few simple lines of CSHTML and C# code example as demonstrated below. Also explore our ASP.NET MVC Message Example that shows you how to render and configure a Message in ASP.NET MVC.
@using Syncfusion.EJ2.Notifications;
@section ControlsSection {
<div class="col-lg-12 control-section msg-default-section">
<div class="msg-content-section">
@Html.EJS().Message("msg-default").Severity(Severity.Normal).Content("Editing is restricted").Render()
@Html.EJS().Message("msg-info").Severity(Severity.Info).Content("Please read the comments carefully").Render()
@Html.EJS().Message("msg-success").Severity(Severity.Success).Content("Your message has been sent successfully").Render()
@Html.EJS().Message("msg-warning").Severity(Severity.Warning).Content("There was a problem with your network connection").Render()
@Html.EJS().Message("msg-error").Severity(Severity.Error).Content("A problem occurred while submitting your data").Render()
</div>
</div>
}
using System;
using System.Collections.Generic;
using System.Linq;
using System.Web;
using System.Web.Mvc;
namespace EJ2MVCSampleBrowser.Controllers
{
public partial class MessageController : Controller
{
public ActionResult DefaultFunctionalities()
{
return View();
}
}
}
We do not sell the ASP.NET MVC Message separately. It is only available for purchase as part of the Syncfusion team license. This contains over 1,800 components and frameworks, including the ASP.NET MVC Message. The price of the team license starts at $395 per month for 5 developers, and includes support and updates until the subscription expires. In addition, we might offer discounts based on currently active promotions. Please contact our product specialists today to see if you qualify for any additional discounts.
You can find our ASP.NET MVC Message demo, which demonstrates how to render and configure the Message.
No, our 1,800+ components and frameworks for web, mobile, and desktop, including our ASP.NET MVC Message, are not sold individually. They are only available as part of a team license. However, we have competitively priced the product, so it only costs a little bit more than what some other vendors charge for their Message control alone. We have also found that, in our experience, our customers usually start off using one of our products and then expand to several products quickly, so we felt it was best to offer all 1,800+ components and frameworks for a subscription fee that starts at $395 per month for a team of 5 developers. Additionally, we might be able to offer discounts based on currently active promotions. Please contact our product specialists today to see if you qualify for any additional discounts.
No, this is a commercial product and requires a paid license. However, a free community license is also available for companies and individuals whose organizations have less than $1 million USD in annual gross revenue, 5 or fewer developers, and 10 or fewer total employees.
A good place to start would be our comprehensive getting started documentation.
Greatness—it’s one thing to say you have it, but it means more when others recognize it. Syncfusion is proud to hold the following industry awards.