Here is what I have at the moment
hidden="@(Model.IsOwnedByUser||!Model.CanEdit)"
This works fine on Chrome but doesnt hide on Internet Explorer
I tried also visibility set false but no luck.
then I found out another style as below
style="@(Model.IsOwnedByUser||!Model.CanEdit)?'display:none'""
I could not get it worked. What is the correct format to hide an element with Razor syntax?
Or I would use Jquery to hide the element. but is it actually possible print out jquery statement that would hide the element on page load?
"at the end and are missing an 'else' (:'')