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.
Namespace: System.Web.Mvc
Assembly: System.Web.Mvc (in System.Web.Mvc.dll)
public void InnerSetResolver( Func<Type, Object> getService, Func<Type, IEnumerable<Object>> getServices )
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.
Show: