DependencyResolver Class
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Provides a registration point for dependency resolvers that implement IDependencyResolver or the Common Service Locator IServiceLocator interface.
public class DependencyResolver
type DependencyResolver = class
Public Class DependencyResolver
- Inheritance
-
DependencyResolver
Dependency |
Initializes a new instance of the DependencyResolver class. |
Current |
Gets the implementation of the dependency resolver. |
Inner |
This API supports the ASP.NET MVC infrastructure and is not intended to be used directly from your code. |
Inner |
This API supports the ASP.NET MVC infrastructure and is not intended to be used directly from your code. |
Inner |
This API supports the ASP.NET MVC infrastructure and is not intended to be used directly from your code. |
Inner |
This API supports the ASP.NET MVC infrastructure and is not intended to be used directly from your code. |
Set |
Provides a registration point for dependency resolvers using the specified service delegate and specified service collection delegates. |
Set |
Provides a registration point for dependency resolvers, using the specified dependency resolver interface. |
Set |
Provides a registration point for dependency resolvers using the provided common service locator when using a service locator interface. |