The RoutedData type exposes the following members.
Methods
| Name | Description | |
|---|---|---|
| ConfigureServices |
Registers function parameter types that enable data url routing.
| |
| GetDefaultDataUrlMapper |
Get a default IDataUrlMapper for the given data type.
| |
| GetRoutedByIdAndLabelDataUrlMapper |
Gets a instance of a IDataUrlMapper that can map data references to URLs of with the following format "/{page URL}/{data ID}/{data item label}"
| |
| GetRoutedByIdDataUrlMapper |
Gets a instance of a IDataUrlMapper that can map data references to URLs of with the following format "/{page URL}/{data ID}"
| |
| GetRoutedByLabelDataUrlMapper |
Gets a instance of a IDataUrlMapper that can map data references to URLs of with the following format "/{page URL}/{data item label}"
|