Gets a instance of a IDataUrlMapper that can map data references to URLs of with the following format "/{page URL}/{data item label}"
Namespace: Composite.FunctionsAssembly: Composite (in Composite.dll) Version: 5.3.6135.33083
Syntax
C# |
---|
public static IDataUrlMapper GetRoutedByLabelDataUrlMapper( Guid pageId, Type dataType ) |
Visual Basic |
---|
Public Shared Function GetRoutedByLabelDataUrlMapper ( _ pageId As Guid, _ dataType As Type _ ) As IDataUrlMapper |
Visual C++ |
---|
public: static IDataUrlMapper^ GetRoutedByLabelDataUrlMapper( Guid pageId, Type^ dataType ) |
Return Value
[Missing <returns> documentation for "M:Composite.Functions.RoutedData.GetRoutedByLabelDataUrlMapper(System.Guid,System.Type)"]