Skip to content

Latest commit

 

History

History
22 lines (15 loc) · 910 Bytes

syndicationfeed_firsturi.md

File metadata and controls

22 lines (15 loc) · 910 Bytes
-api-id -api-type
P:Windows.Web.Syndication.SyndicationFeed.FirstUri
winrt property

Windows.Web.Syndication.SyndicationFeed.FirstUri

-description

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

-property-value

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

-remarks

-examples

-see-also