C#. Add new line symbol to string
Each time I forget how to add new line symbol to string. I decided to add to memories. Below how to add new line symbol to string in C#.
string message = Label1.Text;
message = message.Replace("<br />", System.Environment.NewLine);
Custom Label with multiple styles in TextField of Fluent UI
First impressions after using the new SPFX 1.22.2 with Heft
Changing the Runtime Environment for an Azure App Service