Method GetAsset
GetAsset(Uri, Uri?)
Retrieves the asset descriptor for the specified URI.
public virtual IAssetDescriptor? GetAsset(Uri uri, Uri? baseUri)
Parameters
Returns
- IAssetDescriptor
An IAssetDescriptor representing the asset, or
null
if the asset could not be found.