UrlHelper.GetQueryOptions(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.
Parse query options from the URL.
public static System.Collections.Generic.IDictionary<string,string> GetQueryOptions (Uri resultUri);
static member GetQueryOptions : Uri -> System.Collections.Generic.IDictionary<string, string>
Public Shared Function GetQueryOptions (resultUri As Uri) As IDictionary(Of String, String)
Parameters
- resultUri
- Uri