I have an ASP.Net page with a multi-line textbox on it.
Will the line endings on this textbox be according to the server or the client? What I'm asking is if ASP.Net is running in Linux on Mono will the line endings always be \n
or will it depend on if the client computer is running Linux?
Are line endings in a textbox determined by the server or client?