Method Open
Open(Uri, Uri?)
Opens the asset with the requested URI.
public Stream Open(Uri uri, Uri? baseUri = null)
Parameters
Returns
- Stream
A stream containing the asset contents.
Exceptions
- FileNotFoundException
The asset could not be found.