@using Microsoft.AspNet.Identity @if (Request.IsAuthenticated) { <br /><br /><p><i>Ingelogd als @User.Identity.GetUserId()</i></p> }