You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@@ -42,24 +46,19 @@ public void ConfigureContainer(IUnityContainer container)
42
46
}
43
47
```
44
48
45
-
### Resolving Startup
46
-
47
-
Startup class instance is resolved from Unity if it is configured as default container.
48
-
49
-
50
49
### Resolving Controllers from Unity
51
50
52
51
By default ASP resolves controllers using built in activator. To enable resolution of controllers from Unity you need to add following line to MVC configuration:
For example of using Unity with Core 2.0 Web application follow [this link](https://github.com/unitycontainer/examples/tree/v5.x/src/web/ASP.Net.Unity.Example)
63
+
For example of using Unity with Core 3.1 Web application follow [this link](https://github.com/unitycontainer/examples/tree/master/src/web/ASP.Net.Unity.Example)
0 commit comments