google-api-dotnet-client / Src /Support /Google.Apis.Auth.AspNetCore3.IntegrationTests /Views /Home /Login.cshtml
| @using System.Security.Claims; | |
| @addTagHelper *, Microsoft.AspNetCore.Mvc.TagHelpers | |
| @{ | |
| Layout = null; | |
| } | |
| <html> | |
| <head> | |
| <meta name="viewport" content="width=device-width" /> | |
| <title>Google.Apis.Auth.AspNetCore3 sample - Login</title> | |
| </head> | |
| <body> | |
| <h2>Google.Apis.Auth.AspNetCore3 sample - Login</h2> | |
| <p>Hello @User.FindFirst(ClaimTypes.GivenName)?.Value! You have successfully logged in.</p> | |
| <p><a asp-controller="home" asp-action="index">Index</a></p> | |
| </body> | |
| </html> | |