MCPcopy Create free account
hub / github.com/bbachi/react-dotnet-example / Startup

Method Startup

Startup.cs:13–16  ·  view source on GitHub ↗
(IConfiguration configuration)

Source from the content-addressed store, hash-verified

11 public class Startup
12 {
13 public Startup(IConfiguration configuration)
14 {
15 Configuration = configuration;
16 }
17
18 public IConfiguration Configuration { get; }
19

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected