microsoft / AppModelSamples

Sample code for AppModel features
MIT License
200 stars 102 forks source link

Add "Share" target integration #20

Closed ptorr-msft closed 3 years ago

ptorr-msft commented 3 years ago

This adds support for the hosted app to be a "Share Target." The only supported share mechanism is WebLink (URL) and it simply passes the URL onto the launched script as an additional command-line argument.

A new "Show HTTP Headers" app is included as a demonstration of how to use this feature.