For some strange reasons, i want to write html directly into output stream from Action Method. ( I understand MVC sepearation, but this is a special case. )
Can i write directly into httpresponse output stream ? In that case, which IView object, the Action Method should return ? Can i return 'null' ?