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