@{ ViewBag.Title = "Chat"; }

Chat

Salons Utilisateurs
@if (ViewBag.IsAuthenticated) {
}
@section scripts { @if (!ViewBag.IsAuthenticated) { // Get the user name and store it to prepend to messages. } }