Display encoded html with razor

前端 未结 6 1700
心在旅途
心在旅途 2020-12-02 10:13

I store encoded HTML in the database.

The only way i could display it correctly is :

@MvcHtmlString.Create(HttpU
6条回答
提交回复
热议问题