IDependencyResolver.GetService Method (Type)
Resolves singly registered services that support arbitrary object creation.
Assembly: System.Web.Mvc (in System.Web.Mvc.dll)
Parameters
- serviceType
-
Type:
System.Type
The type of the requested service or object.
Implementers should return null when the service cannot be found. Use GetServices to return multiple services.
For more information about this method, see the entry ASP.NET MVC 3 Service Location on Brad Wilson's blog.
Show: