DependencyResolver.InnerSetResolver Method
This API supports the ASP.NET MVC infrastructure and is not intended to be used directly from your code.
Assembly: System.Web.Mvc (in System.Web.Mvc.dll)
| Name | Description | |
|---|---|---|
![]() | InnerSetResolver(Func<Type, Object>, Func<Type, IEnumerable<Object>>) | This API supports the ASP.NET MVC infrastructure and is not intended to be used directly from your code. |
![]() | InnerSetResolver(IDependencyResolver) | This API supports the ASP.NET MVC infrastructure and is not intended to be used directly from your code. |
![]() | InnerSetResolver(Object) | This API supports the ASP.NET MVC infrastructure and is not intended to be used directly from your code. |
Applications should use SetResolver.
DependencyResolver.InnerSetResolver Method (Func<Type, Object>, Func<Type, IEnumerable<Object>>)
This API supports the ASP.NET MVC infrastructure and is not intended to be used directly from your code.
Parameters
- getService
-
Type:
System.Func<Type, Object>
The function that provides the service.
- getServices
-
Type:
System.Func<Type, IEnumerable<Object>>
The function that provides the services.
DependencyResolver.InnerSetResolver Method (IDependencyResolver)
This API supports the ASP.NET MVC infrastructure and is not intended to be used directly from your code.
DependencyResolver.InnerSetResolver Method (Object)
This API supports the ASP.NET MVC infrastructure and is not intended to be used directly from your code.
