Razor - HTML.RAW does not output text

前端 未结 5 1569
情话喂你
情话喂你 2020-12-09 14:45

I have tried all solution proposed to other, similar questions but none of them seems to work. In essence I am trying to display a table filled with data from collection of

5条回答
  •  臣服心动
    2020-12-09 15:23

    Html.Raw actually used for line break like what you do in c# using /n

    For Example:

    
    @html.raw("")
    
    

    I hope it helps.

提交回复
热议问题