hello-world-env-development

결과 : Development Mode Hellow world

hello-world-application-environment

결과 : Application Name: WebApplication1 Application Base Path: D:\Sample\MVC\WebApplication2\WebApplication1\bin\Debug\netcoreapp2.2\ Target Framework: .NETCoreApp,Version=v2.2 Version: 1.0.0.0

hello-world-with-connection-info

결과 : Local IP:Port => ::1:44323 Remote IP:Port => ::1:14403 ClientCertificate :

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!