TryParseUriCallback Delegate

Definition

A delegate type that is used by the SyndicationFeedFormatter class for creating Uri instances from string input.

public delegate bool TryParseUriCallback(XmlUriData data, out Uri uri);

Parameters

data
XmlUriData

The raw string input to parse into a Uri object.

uri
Uri

The resulting Uri representation of the input string.

Return Value

A boolean value indicating whether or not the input string was successfully parsed.

Applies to

Producto Versiones
.NET 8 (package-provided), 9 (package-provided)
.NET Framework 4.7 (package-provided), 4.7.1 (package-provided), 4.7.2 (package-provided), 4.8 (package-provided)
.NET Standard 2.0 (package-provided)