UI/Share: Difference between revisions
Jump to navigation
Jump to search
Created page with "{{ElementSpec | title=Share | kind=System UI / Platform | ms_url=https://learn.microsoft.com/dotnet/maui/platform-integration/appmodel/share | introduced=MAUI 6.0 (.NET 6) | deprecated=No | notes=OS share sheet. | props= <tr><td>Text</td><td>?</td><td></td><td>Message</td></tr> <tr><td>Title</td><td>?</td><td></td><td>Sheet title</td></tr> <tr><td>Uri</td><td>?</td><td></td><td>Link to share</td></tr> <tr><td>File</td><td>?</td><td></td><td>File share</td>..." |
(No difference)
|
Latest revision as of 16:39, 17 October 2025
Share
- Kind
- System UI / Platform
- Microsoft Docs
- Share documentation on learn.microsoft.com
- Introduced
- MAUI 6.0 (.NET 6)
- Deprecated
- No
- Notes
- OS share sheet.
Properties
| Property | Implemented (Maui Linux) | Introduced in (MAUI/.NET) | Notes |
|---|---|---|---|
| Text | ? | Message | |
| Title | ? | Sheet title | |
| Uri | ? | Link to share | |
| File | ? | File share |