Share via


WebViewWebResourceRequestedEventArgs.QueryParameters Property

Definition

Gets the query parameters from the URI.

public:
 property System::Collections::Generic::IReadOnlyDictionary<System::String ^, System::String ^> ^ QueryParameters { System::Collections::Generic::IReadOnlyDictionary<System::String ^, System::String ^> ^ get(); };
public System.Collections.Generic.IReadOnlyDictionary<string,string> QueryParameters { get; }
member this.QueryParameters : System.Collections.Generic.IReadOnlyDictionary<string, string>
Public ReadOnly Property QueryParameters As IReadOnlyDictionary(Of String, String)

Property Value

Applies to