J
jw56578
I have a web method that accepts a string parameter to write to a file.
I sent a string to the method in format of:
test test test
test test test
notice the line breaks.
But when the method recieves it, the line breaks are gone.
How can they be preserved, why does a web method get rid of them?
I sent a string to the method in format of:
test test test
test test test
notice the line breaks.
But when the method recieves it, the line breaks are gone.
How can they be preserved, why does a web method get rid of them?