IDependencyResolver.GetServices Method (Type)
Resolves multiply registered services.
Assembly: System.Web.Mvc (in System.Web.Mvc.dll)
Parameters
- serviceType
-
Type:
System.Type
The type of the requested services.
Implementers should return an empty collection when no service can be found. The ASP.NET MVC framework will generate a run-time error when implementations throw an exception or return null.
For more information about this method, see the entry ASP.NET MVC 3 Service Location on Brad Wilson's blog.
Show: