SyndicationItem.EditMediaUri Property

Definition

Gets the Uniform Resource Identifier (URI) of an editable media resource.

public:
 property Uri ^ EditMediaUri { Uri ^ get(); };
Uri EditMediaUri();
public System.Uri EditMediaUri { get; }
var uri = syndicationItem.editMediaUri;
Public ReadOnly Property EditMediaUri As Uri

Property Value

The atom:link element with the attribute rel=”edit-media”.

Remarks

This property represents the atom:link element with the attribute rel=”edit-media”. It 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 since the relative Uniform Resource Identifier (URI) is not supported by the runtime Uniform Resource Identifier (URI) class.

Applies to