UriNullableExtensions extension

Extension methods for nullable URI.

on

Properties

isNotUriNullOrEmpty bool

Available on Uri?, provided by the UriNullableExtensions extension

Returns true if this URI is not null and has a non-empty path.
no setter
isUriNullOrEmpty bool

Available on Uri?, provided by the UriNullableExtensions extension

Returns true if this URI is null or has an empty path.
no setter