PerRouteContainer.GetContainer(String) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.