Skip to content

UriExtensions.EndsWith(Uri, string) method

Defined in

Type: UriExtensions Namespace: CrissCross.WPF.UI.Extensions Assembly: CrissCross.WPF.UI.dll

Applies to

net10.0-windows10.0.19041, net9.0-windows10.0.19041, net8.0-windows10.0.19041, net481

public static bool EndsWith(this Uri uri, string value)

Summary: Determines whether the end of Uri is equal to provided value.

Parameters

NameTypeDescription
uriUriThe URI.
valuestringThe value.

Returns: bool -- A bool.