@model Decimal? @{ var postfix = ""; if (ViewData.ContainsKey("postfix") && ViewData["postfix"] != null) { postfix = ViewData["postfix"].ToString(); } }