Select from following answers:- ViewResult
- ContentResult

- RedirectResult
- FileContentResult
- All Above
It is ContentResult which returns the literal string by producing Content method. it is more effective than 'return a string' method.
Show Correct Answer
Asked In: Spotted While Learning |
Alert Moderator