Accessibility hint - .NET MAUI

In MAUI, an accessibility hint is set by using the SemanticProperties.Hint property.

<Control 
  SemanticProperties.Hint="Opens the Appt website" />

Warning: The Hint property conflicts with the Entry.Placeholder property on Android, as both map to the same platform property. Therefore, setting a different Hint value from the Entry.Placeholder value isn't recommended.