Table of Contents

Method Exists

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

Exists(Uri, Uri?)

Checks if an asset with the specified URI exists.

public bool Exists(Uri uri, Uri? baseUri = null)

Parameters

uri Uri

The URI.

baseUri Uri

A base URI to use if uri is relative.

Returns

bool

True if the asset could be found; otherwise false.