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
| Name | Type | Description |
|---|---|---|
uri | Uri | The URI. |
value | string | The value. |
Returns: bool -- A bool.