Created
October 11, 2019 06:45
-
-
Save csharpforevermore/10c741706851241de01e4859000b0e04 to your computer and use it in GitHub Desktop.
Umbraco Examples
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
HttpContextBase wrapper = new HttpContextWrapper(HttpContext.Current); | |
UmbracoBackOfficeIdentity user = wrapper.GetCurrentIdentity(true); | |
bool isLoggedIn = user != null; |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment