AuthRequestParams.AdditionalParams Property
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.
Additional parameters provided in the query string of the request URL.
public:
property IMap<Platform::String ^, Platform::String ^> ^ AdditionalParams { IMap<Platform::String ^, Platform::String ^> ^ get(); };
IMap<winrt::hstring, winrt::hstring const&> AdditionalParams();
public IDictionary<string,string> AdditionalParams { get; }
var iMap = authRequestParams.additionalParams;
Public ReadOnly Property AdditionalParams As IDictionary(Of String, String)
Property Value
An IDictionary of strings containing the additional parameters provided in the query string of the request URL.