DependencyResolverExtensions Class
Provides a type-safe implementation of GetService and GetServices.
Assembly: System.Web.Mvc (in System.Web.Mvc.dll)
| Name | Description | |
|---|---|---|
![]() ![]() | GetService(Of TService)(IDependencyResolver) | Resolves singly registered services that support arbitrary object creation. |
![]() ![]() | GetServices(Of TService)(IDependencyResolver) | Resolves multiply registered services. |
The methods defined in this type provide a simplified, type-safe implementation of IDependencyResolver. These extension methods provide an early-bound and strongly-typed generic implementation of GetService and GetServices that avoids casting.
For more information about DependencyResolverExtensions, see the entry ASP.NET MVC 3 Service Location on Brad Wilson's blog.
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.
Show:

