SyndicationFeed.LastUri | lastUri property

This topic has not yet been rated - Rate this topic

Gets the last Uniform Resource Identifier (URI) in the sequence. This property represents the atom:link element with attribute rel=”last”.

Syntax


var lastUri = syndicationFeed.lastUri;

Property value

Type: Uri [JavaScript] | System.Uri [.NET] | Windows::Foundation::Uri [C++]

The atom:link element with attribute rel="last". It is the absolute URI resolved against the xml:base attribute, if it is present. If the href attribute is a relative URI string and there is no xml:base attribute, this property will be null because the relative URI is not supported by the runtime URI class.

Requirements

Minimum supported client

Windows 8

Minimum supported server

Windows Server 2012

Namespace

Windows.Web.Syndication
Windows::Web::Syndication [C++]

Metadata

Windows.winmd

See also

SyndicationFeed

 

 

Build date: 12/4/2012

Did you find this helpful?
(1500 characters remaining)
© 2013 Microsoft. All rights reserved.