Skip to content

Instantly share code, notes, and snippets.

@TDK1964
Created November 12, 2015 07:29
Show Gist options
  • Save TDK1964/dcffa51a4d46cf9f797d to your computer and use it in GitHub Desktop.
Save TDK1964/dcffa51a4d46cf9f797d to your computer and use it in GitHub Desktop.
MVC Hide div based on model property
<div style="@(Model.booleanVariable ? "display:block" : "display:none")">Some links</div>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment