Hamza Albreem
4 years ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with
1 additions and
1 deletions
-
docs/en/CurrentUser.md
|
|
|
@ -90,7 +90,7 @@ Beside these standard methods, there are some extension methods: |
|
|
|
|
|
|
|
For a web application, it gets the `User` property of the current `HttpContext`. For a non-web application, it returns the `Thread.CurrentPrincipal`. |
|
|
|
|
|
|
|
> You generally don't need to use this low level `ICurrentPrincipalAccessor` service just directly work with the `ICurrentUser` explained above. |
|
|
|
> You generally don't need to use this low level `ICurrentPrincipalAccessor` service and just directly work with the `ICurrentUser` explained above. |
|
|
|
|
|
|
|
### Basic Usage |
|
|
|
|
|
|
|
|