On pagelevel (mater.cshtml), i can do this
@if(!String.IsNullOrEmpty(GetString("DWextranet_AccessUserUserName"))) {
Do something
}
But I can not do this on paragraph level. There is no value to test, and I don´t know how i eg. could set a variable on Page level that i could test on paragraph level. Unfortunately, don´t know how to use eg. viewBag.
Anybody who could help?
/Hans