Share via


PerRouteContainer.GetContainer(String) Method

Definition

Gets the root container for a given route name.

protected override IServiceProvider GetContainer (string routeName);
override this.GetContainer : string -> IServiceProvider
Protected Overrides Function GetContainer (routeName As String) As IServiceProvider

Parameters

routeName
String

The route name.

Returns

The root container for the route name.

Applies to