Click or drag to resize

ContainerProviderContainerResolveComponent Method

Resolve an instance of the provided registration within the context.

Namespace:  Autofac.Integration.Web
Assembly:  Autofac.Integration.Web (in Autofac.Integration.Web.dll) Version: 6.0.0+0b24e3a20aaeba340141e7205a9b7643b9d6cc54
Syntax
public Object ResolveComponent(
	ResolveRequest request
)

Parameters

request
Type: AutofacResolveRequest
The resolve request.

Return Value

Type: Object
The component instance.

Implements

IComponentContextResolveComponent(ResolveRequest)
Exceptions
See Also