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 difference as i know is :
Content return result without quotations marks if you want.
String return result in Quotations marks all the time.