Inform.cshtml 459 B

1234567891011121314151617
  1. @*
  2. For more information on enabling MVC for empty projects, visit http://go.microsoft.com/fwlink/?LinkID=397860
  3. *@
  4. @using LotteryWebApp.Languages;
  5. @using LotteryWebApp.Models;
  6. @model PartialInform_ViewModel
  7. <div class="modal-content">
  8. <div class="modal-body">
  9. <div class="language-container">
  10. <h2 id="message" style=" text-align: center; margin-bottom: 20px; color:red;">@Model.message</h2>
  11. </div>
  12. </div>
  13. </div>