SyndicationItem.EditUri Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets the Uniform Resource Identifier (URI) of an editable resource.
public:
property Uri ^ EditUri { Uri ^ get(); };
Uri EditUri();
public System.Uri EditUri { get; }
var uri = syndicationItem.editUri;
Public ReadOnly Property EditUri As Uri
Property Value
The atom:link element with rel="edit".
Remarks
This property represents the atom:link element with the attribute rel=”edit”. 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.