Asp.net MVC view ckeditor html tags not render

glendaferret

New Member
i am development mvc 4 application.Data stored with ckedit?r.And i want to list data with my mvc 4 application .i have problem with html tags such as a href , ,
etc..When action result function return jsonthere is no problem with viewthis is return code\[code\]return Json(new { m = result, sonId = result.First().KonuId }, JsonRequestBehavior.AllowGet);\[/code\]and this is URL linkDemobut when instead of return json i used return view as below\[code\] return View(EntryList);\[/code\]it is not render html tags such as a href or br ......Demo2
 
Back
Top