Udostępnij przez


RouteData(Type, IReadOnlyDictionary<String,Object>) Konstruktor

Definicja

Tworzy wystąpienie klasy RouteData.

public:
 RouteData(Type ^ pageType, System::Collections::Generic::IReadOnlyDictionary<System::String ^, System::Object ^> ^ routeValues);
public RouteData (Type pageType, System.Collections.Generic.IReadOnlyDictionary<string,object> routeValues);
public RouteData (Type pageType, System.Collections.Generic.IReadOnlyDictionary<string,object?> routeValues);
new Microsoft.AspNetCore.Components.RouteData : Type * System.Collections.Generic.IReadOnlyDictionary<string, obj> -> Microsoft.AspNetCore.Components.RouteData
Public Sub New (pageType As Type, routeValues As IReadOnlyDictionary(Of String, Object))

Parametry

pageType
Type

Typ strony pasującej do trasy, która musi implementować IComponent.

routeValues
IReadOnlyDictionary<String,Object>

Wartości parametrów trasy wyodrębnione z dopasowanej trasy.

Dotyczy