XmlUriData Struct

Definition

A struct that contains a raw string representation of a Uri from a syndication feed.

public value class XmlUriData
public struct XmlUriData
type XmlUriData = struct
Public Structure XmlUriData
Inheritance
XmlUriData

Remarks

This struct carries the raw string Uri data as well as the qualified name of the XML element in the feed item that the raw string came from so readers will have more context as to the purpose of the Uri.

Constructors

XmlUriData(String, UriKind, XmlQualifiedName)

Sets the UriString, UriKind, and ElementQualifiedName properties using the given parameters.

Properties

ElementQualifiedName

Gets the ElementQualifiedName property.

UriKind

Gets the UriKind property.

UriString

Gets the UriString property.

Applies to