ParameterView.FromDictionary(IDictionary<String,Object>) 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.
Creates a new ParameterView from the given IDictionary<TKey,TValue>.
public:
 static Microsoft::AspNetCore::Components::ParameterView FromDictionary(System::Collections::Generic::IDictionary<System::String ^, System::Object ^> ^ parameters);public static Microsoft.AspNetCore.Components.ParameterView FromDictionary(System.Collections.Generic.IDictionary<string,object?> parameters);public static Microsoft.AspNetCore.Components.ParameterView FromDictionary(System.Collections.Generic.IDictionary<string,object> parameters);static member FromDictionary : System.Collections.Generic.IDictionary<string, obj> -> Microsoft.AspNetCore.Components.ParameterViewPublic Shared Function FromDictionary (parameters As IDictionary(Of String, Object)) As ParameterViewParameters
- parameters
- IDictionary<String,Object>
The IDictionary<TKey,TValue> with the parameters.