DeepLinkParser.SetRoot(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.
Sets Root on this DeepLinkParser instance and computes the query string position
protected virtual void SetRoot (Uri validatedUri);
abstract member SetRoot : Uri -> unit
override this.SetRoot : Uri -> unit
Protected Overridable Sub SetRoot (validatedUri As Uri)
Parameters
- validatedUri
- Uri
The validated URI (from ValidateSourceUri(String)).