@model NP.Model.VMCourse @{ var isallday = Model.CM.retimeymd == "2099-12-31" ? true : false; bool isEduInfo = false; if (Model.CM.typeedu != null) { string[] strTypeEdu = Model.CM.typeedu.Split(','); if (!strTypeEdu.Contains("32") && !strTypeEdu.Contains("108")) { isEduInfo = true; } } }