SyndicationItem.ETag Property

Definition

Gets an ETag HTTP header.

public:
 property Platform::String ^ ETag { Platform::String ^ get(); };
winrt::hstring ETag();
public string ETag { get; }
var string = syndicationItem.eTag;
Public ReadOnly Property ETag As String

Property Value

String

Platform::String

winrt::hstring

An Etag HTTP header.

Remarks

When an AtomPub endpoint returns a syndication entry, it may include an ETag HTTP header, which will be tied to the SyndicationItem object and show up in this property. AtomPubClient will also use ETag when updating or deleting a resource for synchronization control.

Applies to