I there a tag that shows if the user is logged into backend (without having Extranet module)?
Developer forum
Check if user logged into backend?
Replies
You must be logged in to post in the forum
I there a tag that shows if the user is logged into backend (without having Extranet module)?
No.
You can do it Razor though: If(Dynamicweb.ExecutingContext.IsAdminLoggedIn()){}
Couldn´t get this to work at first, but figured out that as of now (DW9+ ?), this shouls look like this
if(Dynamicweb.Environment.ExecutingContext.IsAdminLoggedIn()){}
/Hans
You must be logged in to post in the forum