Category Archives: Net Core

hello-world-with-cookies 2

결과 ? :Writing a new cookie Refresh page to see cookie value. Click here to delete cookie. Delete cookie. Click here to go back to home page.

hello-world-with-IApplicationLifetime

결과 : Hello world

hello-world-with-IHostingEnvironment-Configure-Services

결과 : D:\Sample\MVC\WebApplication2\WebApplication1

hello-world-with-IHostingEnvironment

결과 : Complete list of IHostingEnvironment properties ApplicationName WebApplication1 ContentRootPath D:\Sample\MVC\WebApplication2\WebApplication1 ContentRootFileProvider Microsoft.Extensions.FileProviders.PhysicalFileProvider EnvironmentName Development WebRootPath WebRootFileProvider Microsoft.Extensions.FileProviders.NullFileProvider

hello-world-with-logging

결과 : Hello world at /

hello-world-with-middleware

결과 : [2] Hello world [3] —– [4]

Hello World!