Skip to content

Instantly share code, notes, and snippets.

@csharpforevermore
Created October 11, 2019 06:45
Show Gist options
  • Save csharpforevermore/10c741706851241de01e4859000b0e04 to your computer and use it in GitHub Desktop.
Save csharpforevermore/10c741706851241de01e4859000b0e04 to your computer and use it in GitHub Desktop.
Umbraco Examples
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