@using Microsoft.IdentityModel.Tokens @inherits ComponentBase @if (Message.IsNullOrEmpty()) { return; } @code { /// /// The message to show. /// [Parameter] public string Message { get; set; } = string.Empty; }