Application.SendOnAppLinkRequestReceived(Uri) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Sends the app link request to OnAppLinkRequestReceived(Uri).
public:
void SendOnAppLinkRequestReceived(Uri ^ uri);
public void SendOnAppLinkRequestReceived(Uri uri);
member this.SendOnAppLinkRequestReceived : Uri -> unit
Public Sub SendOnAppLinkRequestReceived (uri As Uri)
Parameters
- uri
- Uri
For internal use by the Microsoft.Maui.Controls platform.