DependencyResolver.InnerSetResolver Method

 

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)

NameDescription
System_CAPS_pubmethodInnerSetResolver(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.

System_CAPS_pubmethodInnerSetResolver(IDependencyResolver)

This API supports the ASP.NET MVC infrastructure and is not intended to be used directly from your code.

System_CAPS_pubmethodInnerSetResolver(Object)

This API supports the ASP.NET MVC infrastructure and is not intended to be used directly from your code.

Applications should use SetResolver.

Return to top

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.

No code example is currently available or this language may not be supported.

Parameters

getService
Type: System.Func<TypeObject>

The function that provides the service.

getServices
Type: System.Func<TypeIEnumerable<Object>>

The function that provides the services.

Return to top

DependencyResolver.InnerSetResolver Method (IDependencyResolver)

This API supports the ASP.NET MVC infrastructure and is not intended to be used directly from your code.

No code example is currently available or this language may not be supported.

Parameters

resolver
Type: System.Web.Mvc.IDependencyResolver

The object that implements the dependency resolver.

Return to top

DependencyResolver.InnerSetResolver Method (Object)

This API supports the ASP.NET MVC infrastructure and is not intended to be used directly from your code.

No code example is currently available or this language may not be supported.

Parameters

commonServiceLocator
Type: System.Object

The common service locator.

Return to top
Show: