Skip to content

Instantly share code, notes, and snippets.

@sebastiandammark
Last active August 9, 2017 09:21
Show Gist options
  • Save sebastiandammark/2d509675876978a59f14e5fa83d1cb8c to your computer and use it in GitHub Desktop.
Save sebastiandammark/2d509675876978a59f14e5fa83d1cb8c to your computer and use it in GitHub Desktop.
Calling a function with a Null value
@Functions.ColorSwitcher(element.TextColor.ToString(), "yellow"))
@Functions.ColorSwitcher((!element.IsNull("TextColor") ? element.TextColor : "dbcc8e").ToString(), "yellow"))
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment