Skip to content

Instantly share code, notes, and snippets.

@ti-ka
Created March 25, 2016 00:00
Show Gist options
  • Save ti-ka/b7b422e35e650f6048ec to your computer and use it in GitHub Desktop.
Save ti-ka/b7b422e35e650f6048ec to your computer and use it in GitHub Desktop.
@{
var currentTaxyear = "";
if (PageConstants.CurrentTaxYear != 0)
{
currentTaxyear = "Tax Year " + PageConstants.CurrentTaxYear;
}
}
<label class="editor-label">
@("Tax Year " + PageConstants.CurrentTaxYear )
</label>
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment