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}"
Namespace: Composite.FunctionsAssembly: Composite (in Composite.dll) Version: 5.3.6135.33083
Syntax
| C# |
|---|
public static IDataUrlMapper GetRoutedByIdAndLabelDataUrlMapper( Guid pageId, Type dataType ) |
| Visual Basic |
|---|
Public Shared Function GetRoutedByIdAndLabelDataUrlMapper ( _ pageId As Guid, _ dataType As Type _ ) As IDataUrlMapper |
| Visual C++ |
|---|
public: static IDataUrlMapper^ GetRoutedByIdAndLabelDataUrlMapper( Guid pageId, Type^ dataType ) |
Return Value
[Missing <returns> documentation for "M:Composite.Functions.RoutedData.GetRoutedByIdAndLabelDataUrlMapper(System.Guid,System.Type)"]