DataPackagePropertySet.ContentSourceWebLink Property

Definition

Provides a web link to shared content that's currently displayed in the app.

public:
 property Uri ^ ContentSourceWebLink { Uri ^ get(); void set(Uri ^ value); };
Uri ContentSourceWebLink();

void ContentSourceWebLink(Uri value);
public System.Uri ContentSourceWebLink { get; set; }
var uri = dataPackagePropertySet.contentSourceWebLink;
dataPackagePropertySet.contentSourceWebLink = uri;
Public Property ContentSourceWebLink As Uri

Property Value

The Uniform Resource Identifier (URI) of the web link to shared content.

Remarks

ContentSourceWebLink is a companion property that you use to attribute shared content. It's shared when the app provides a web link to the content being shared. When the user makes an explicit selection, the WebLink format isn't populated, because the value for the WebLink format isn't the same as the user's selection. Populating this info doesn't mean that the web page is the user's selection, only that the content comes from there.

Applies to