IPerRouteContainer Interface
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.
An interface for managing per-route service containers.
public interface IPerRouteContainer
type IPerRouteContainer = interface
Public Interface IPerRouteContainer
- Derived
Properties
BuilderFactory |
Gets or sets a function to build an IContainerBuilder |
Methods
AddRoute(String, String) |
Add a routing mapping |
CreateODataRootContainer(String, Action<IContainerBuilder>) |
Create a root container for a given route name. |
GetODataRootContainer(String) |
Get the root container for a given route name. |
GetRoutePrefix(String) |
Get the route prefix |
HasODataRootContainer(String) |
Check if the root container for a given route name exists. |