Application.OnAppLinkRequestReceived(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.
App developers override this method to respond when the user initiates an app link request.
protected virtual void OnAppLinkRequestReceived (Uri uri);
abstract member OnAppLinkRequestReceived : Uri -> unit
override this.OnAppLinkRequestReceived : Uri -> unit
Parameters
- uri
- System.Uri
The URI for the request.