Skip to content

oguzhaneren/AspNetCoreComposition

Repository files navigation

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));

About

ASP.Net Core Composition Example

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published