DataPackage.SetWebLink(Uri) Method
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.
Sets the web link that a DataPackage contains.
public:
virtual void SetWebLink(Uri ^ value) = SetWebLink;
void SetWebLink(Uri const& value);
public void SetWebLink(System.Uri value);
function setWebLink(value)
Public Sub SetWebLink (value As Uri)
Parameters
A Uniform Resource Identifier (URI) with an http or https scheme that corresponds to the content being displayed to the user.
Remarks
Whenever possible, you should set this property. A source app provides a value for this property, and a target app reads the value. Use this property to indicate the source of the shared content.