Answers for "accessor.httpcontext.user.findfirst(auditloggingconfiguration.clientidclaim); null"

C#
0

how get the user show mvc controller core 3.1

string userName = _httpContextAccessor.HttpContext.User.Identity.Name;
Posted by: Guest on July-10-2020
0

how get the user show mvc controller core 3.1

services.AddSingleton<IHttpContextAccessor, HttpContextAccessor>();
Posted by: Guest on July-10-2020

C# Answers by Framework

Browse Popular Code Answers by Language