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
Copy file name to clipboardExpand all lines: README.md
-5Lines changed: 0 additions & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -42,11 +42,6 @@ public void ConfigureContainer(IUnityContainer container)
42
42
}
43
43
```
44
44
45
-
### Resolving Startup
46
-
47
-
Startup class instance is resolved from Unity if it is configured as default container.
48
-
49
-
50
45
### Resolving Controllers from Unity
51
46
52
47
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:
0 commit comments