Method Exists
Exists(Uri, Uri?)
Checks if an asset with the specified URI exists.
public bool Exists(Uri uri, Uri? baseUri = null)
Parameters
Returns
- bool
True if the asset could be found; otherwise false.
Checks if an asset with the specified URI exists.
public bool Exists(Uri uri, Uri? baseUri = null)
True if the asset could be found; otherwise false.