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
ContentResult
string
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.