Skip to content

Instantly share code, notes, and snippets.

@nzpcmad
nzpcmad / Contact.cshtml
Created April 21, 2016 01:54
Displaying claims in an ASP.NET MVC application
@*Replace existing code with ...*@
@{
ViewBag.Title = "User Claims";
}
<h2>Welcome: @ViewBag.ClaimsIdentity.Name</h2>
<h3>Values from Identity</h3>
<table>
<tr>