Edit

Share via


DeepLinkParser.SetRoot(Uri) Method

Definition

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)).

Applies to