SyndicationFeed.IconUri | iconUri property

1 out of 2 rated this helpful - Rate this topic

Gets or sets the Uniform Resource Identifier (URI) for the image for the feed. This property represents the atom:icon element.

Syntax


var iconUri = syndicationFeed.iconUri;
syndicationFeed.iconUri = iconUri;

Property value

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

The atom:icon element. 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.