Skip to content
This repository has been archived by the owner on Feb 16, 2022. It is now read-only.

Latest commit

 

History

History
16 lines (11 loc) · 619 Bytes

share-target.md

File metadata and controls

16 lines (11 loc) · 619 Bytes

Share Target

ShareTarget allows you to easily receive data shared by other apps, such as:

  • Link
  • Bitmap
  • Html
  • Rtf text
  • Text
  • StorageItem

It consists of an ActivationHandler, in charge of activating the app when content is sent and an extension class that provides you with methods to extract the content received.

Additionally we added in a sample page that show's how the app can receive a link or images shared by another app through the share contract.

For more info about receiving data from other apps, consult docs.microsoft.com