The DataUrls type exposes the following members.

Methods

  NameDescription
Public methodStatic memberCanBuildUrlForData
Indicates whether there's a registered IDataUrlMapper that can build a url for a given data reference.
Public methodStatic memberRegisterDynamicDataUrlMapper(Guid, Type, IDataUrlMapper)
Registers a data url mapper associated with a page.
Public methodStatic memberRegisterDynamicDataUrlMapper<(Of <<'(T>)>>)(Guid, IDataUrlMapper)
Registers a data url mapper associated with a page.
Public methodStatic memberRegisterGlobalDataUrlMapper(Type, IDataUrlMapper)
Registers a global data url mapper for the specified type.
Public methodStatic memberRegisterGlobalDataUrlMapper<(Of <<'(T>)>>)(IDataUrlMapper)
Registers a global data url mapper for the specified type.
Public methodStatic memberRegisterStaticDataUrlMapper
Registers a data url mapper associated with a page.
Public methodStatic memberTryGetData
Gets the data item by page url data; returns

Field Value

null if no data url mappers found.
Public methodStatic memberTryGetPageUrlData
Gets page url data by data reference; returns

Field Value

null if no data url mappers found.

See Also