Skip to content

Latest commit

 

History

History
6 lines (5 loc) · 281 Bytes

README.md

File metadata and controls

6 lines (5 loc) · 281 Bytes

ASP.Net Core Composition Example

app.CreateBranch(new PathString("/context1"), env, loggerFactory, _services, new Context1.Startup(Configuration));
app.CreateBranch(new PathString("/context2"), env, loggerFactory, _services, new Context2.Startup(Configuration));