HttpResponse.End vs HttpResponse.Close vs HttpResponse.SuppressContent
Within an ASPX page, I want to end the response at specific points (not due to an error condition), depending on code path, so that nothing else is sent back down the stream.
So naturally used: