Table of Contents

Method GetAssets

Namespace
Alternet.UI
Assembly
Alternet.UI.Common.dll

GetAssets(Uri, Uri?)

Gets all assets of a folder and subfolders that match specified uri.

public static IEnumerable<Uri> GetAssets(Uri uri, Uri? baseUri)

Parameters

uri Uri

The URI.

baseUri Uri

Base URI that is used if uri is relative.

Returns

IEnumerable<Uri>

All matching assets as a tuple of the absolute path to the asset and the assembly containing the asset