IDependencyResolver::GetServices Method
Resolves multiply registered services.
Namespace: System.Web.Mvc
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 nullptr.
For more information about this method, see the entry ASP.NET MVC 3 Service Location on Brad Wilson's blog.
Show: