Op Englesch liesen

Deelen iwwer


RouteValueDictionary.FromArray(KeyValuePair<String,Object>[]) Method

Definition

Creates a new RouteValueDictionary from the provided array. The new instance will take ownership of the array, and may mutate it.

C#
public static Microsoft.AspNetCore.Routing.RouteValueDictionary FromArray (System.Collections.Generic.KeyValuePair<string,object>[] items);

Parameters

items
KeyValuePair<String,Object>[]

The items array.

Returns

A new RouteValueDictionary.

Applies to

Produkt Versiounen
ASP.NET Core 2.2, 3.0, 3.1, 5.0, 6.0, 7.0, 8.0, 9.0