Gets the previous Uniform Resource Identifier (URI) in the sequence. This property represents the atom:link element with attribute rel="previous".
Syntax
var previousUri = syndicationFeed.previousUri;
Property value
Type: Uri [JavaScript] | System.Uri [.NET] | Windows::Foundation::Uri [C++]
The atom:link element with attribute rel=”previous”. 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 |
|
|
Metadata |
|
See also
Build date: 12/4/2012