UI/DisplayPromptAsync: Difference between revisions
Jump to navigation
Jump to search
Created page with "{{ElementSpec | title=DisplayPromptAsync | kind=System UI / Dialog | ms_url=https://learn.microsoft.com/dotnet/maui/user-interface/pages/display-prompt | introduced=MAUI 6.0 (.NET 6) | deprecated=No | notes=Prompt for text input. | props= <tr><td>Title</td><td>?</td><td></td><td></td></tr> <tr><td>Message</td><td>?</td><td></td><td></td></tr> <tr><td>Accept</td><td>?</td><td></td><td>OK label</td></tr> <tr><td>Cancel</td><td>?</td><td></td><td>Cancel label..." |
(No difference)
|
Latest revision as of 16:36, 17 October 2025
DisplayPromptAsync
- Kind
- System UI / Dialog
- Microsoft Docs
- DisplayPromptAsync documentation on learn.microsoft.com
- Introduced
- MAUI 6.0 (.NET 6)
- Deprecated
- No
- Notes
- Prompt for text input.
Properties
| Property | Implemented (Maui Linux) | Introduced in (MAUI/.NET) | Notes |
|---|---|---|---|
| Title | ? | ||
| Message | ? | ||
| Accept | ? | OK label | |
| Cancel | ? | Cancel label | |
| Placeholder | ? | Input hint | |
| MaxLength | ? | Character limit | |
| Keyboard | ? | Input type |