Creating a Project with Visual Studio:
* Added HTML format into string of 'Hello World!'vs2019/2_Getting_Started
parent
40767b05c7
commit
f2cba0c19e
|
@ -23,7 +23,7 @@ namespace DutchTreat
|
|||
{
|
||||
app.Run(async context =>
|
||||
{
|
||||
await context.Response.WriteAsync("Hello World!");
|
||||
await context.Response.WriteAsync("<html><body><h1>Hello World!</h1></body></html>");
|
||||
});
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue