The PathInfoRoutedData<(Of <(<'T>)>)> type exposes the following members.
Constructors
| Name | Description | |
|---|---|---|
| PathInfoRoutedData<(Of <(<'T>)>)> |
Creates an instace of PathInfoRoutedData<(Of <(<'T>)>)> |
Methods
| Name | Description | |
|---|---|---|
| ItemUrl(Object) |
Returns a public url to the specified data item key.
| |
| ItemUrl(IData) |
Returns a public url to the specified data item.
| |
| SetModel |
Sets the data model.
|
Properties
| Name | Description | |
|---|---|---|
| IsItem |
Indicates whether a detail view should be shown
| |
| IsList |
Indicates whether a list view should be shown
| |
| IsRouteResolved |
Indicates whether the route has been resolved.
| |
| Item |
A data item to be shown in a detail view.
| |
| List |
Returns a filtered list of data items.
| |
| ListUrl |
Returns a url link to the current page
| |
| Model |
Returns a currently resolved model.
|