Entries on this site reference things being written to "the stream". (I was reading this one about MVC in particular - ASP.NET MVC - Why don't HtmlHelpers render directly to the stream?)
It talks about returning an MvcHtmlString instance vs. writing to the stream. I am having trouble understanding what "the stream" is. And what writing to it would "look like" vs returning MvcHtmlString.
I imagine "the stream" is not just an ASP.NET MVC term? If anybody has a visual representation of this, I think that would help most of all! (if not that's OK too)
Thanks so much!