Summary
Gets all assets of a folder and subfolders that match specified uri.
- Namespace
- Avalonia
.Shared .PlatformSupport - Containing Type
- AssetLoader
Syntax
public IEnumerable<Uri> GetAssets(Uri uri, Uri baseUri)
Parameters
Name | Type | Description |
---|---|---|
uri | Uri | The URI. |
baseUri | Uri | Base URI that is used if uri is relative. |
Return Value
Type | Description |
---|---|
IEnumerable |
All matching assets as a tuple of the absolute path to the asset and the assembly containing the asset |