The DataUrls type exposes the following members.
Methods
| Name | Description | |
|---|---|---|
| CanBuildUrlForData |
Indicates whether there's a registered IDataUrlMapper that can build a url for a given data reference.
| |
| RegisterDynamicDataUrlMapper(Guid, Type, IDataUrlMapper) |
Registers a data url mapper associated with a page.
| |
| RegisterDynamicDataUrlMapper<(Of <<'(T>)>>)(Guid, IDataUrlMapper) |
Registers a data url mapper associated with a page.
| |
| RegisterGlobalDataUrlMapper(Type, IDataUrlMapper) |
Registers a global data url mapper for the specified type.
| |
| RegisterGlobalDataUrlMapper<(Of <<'(T>)>>)(IDataUrlMapper) |
Registers a global data url mapper for the specified type.
| |
| RegisterStaticDataUrlMapper |
Registers a data url mapper associated with a page.
| |
| TryGetData |
Gets the data item by page url data; returns Field Valuenull if no data url mappers found. | |
| TryGetPageUrlData |
Gets page url data by data reference; returns Field Valuenull if no data url mappers found. |