Can I write to the console log to debug a web application with C#
To write to Console Window in Visual studio use:
System.Diagnostics.Debug.WriteLine(topTitle + " " + subTitle);
Below is the screenshot of its working:
To write to Console Window in Visual studio use:
System.Diagnostics.Debug.WriteLine(topTitle + " " + subTitle);
Below is the screenshot of its working: