xml:space="preserve" Does not work
Posted: Tue Sep 04, 2018 3:00 pm
				
				When I use the following XAML in my CSHTML5 project, the whitespace is not preserved:
This outputs "ABC", without preserving whitespace.
			Code: Select all
<TextBlock xml:space="preserve" Text="     ABC     " />This outputs "ABC", without preserving whitespace.