SyndicationLink.GetAbsoluteUri Method

Definition

Gets the absolute URI for the SyndicationLink.

public:
 Uri ^ GetAbsoluteUri();
public Uri GetAbsoluteUri ();
member this.GetAbsoluteUri : unit -> Uri
Public Function GetAbsoluteUri () As Uri

Returns

Uri

A Uri instance that contains the absolute URI of the SyndicationLink.

Examples

The following code shows how to get the absolute URI of a syndication link.

Applies to