ContentResult vs. string

后端 未结 6 1428
-上瘾入骨i
-上瘾入骨i 2020-12-29 01:37

I recently was asked why to use ContentResult instead of returning string. Unfortunately I could not give a better answer than: \"It is best practi

6条回答
  •  滥情空心
    2020-12-29 02:15

    One another difference is Content result can return different content's result. Like string, Html, JavaScript result etc.

    But string return only the string result.

提交回复
热议问题