RouteValuesAddressMetadata Konstruktory
Definicja
Ważne
Niektóre informacje odnoszą się do produktu w wersji wstępnej, który może zostać znacząco zmodyfikowany przed wydaniem. Firma Microsoft nie udziela żadnych gwarancji, jawnych lub domniemanych, w odniesieniu do informacji podanych w tym miejscu.
Przeciążenia
RouteValuesAddressMetadata(IReadOnlyDictionary<String,Object>) |
Tworzy nowe wystąpienie programu RouteValuesAddressMetadata z podanymi wymaganymi wartościami trasy. |
RouteValuesAddressMetadata(String) |
Tworzy nowe wystąpienie z RouteValuesAddressMetadata podaną nazwą trasy. |
RouteValuesAddressMetadata(String, IReadOnlyDictionary<String,Object>) |
Tworzy nowe wystąpienie z RouteValuesAddressMetadata podaną nazwą trasy i wymaganymi wartościami tras. |
RouteValuesAddressMetadata(IReadOnlyDictionary<String,Object>)
Tworzy nowe wystąpienie programu RouteValuesAddressMetadata z podanymi wymaganymi wartościami trasy.
public:
RouteValuesAddressMetadata(System::Collections::Generic::IReadOnlyDictionary<System::String ^, System::Object ^> ^ requiredValues);
public RouteValuesAddressMetadata (System.Collections.Generic.IReadOnlyDictionary<string,object> requiredValues);
new Microsoft.AspNetCore.Routing.RouteValuesAddressMetadata : System.Collections.Generic.IReadOnlyDictionary<string, obj> -> Microsoft.AspNetCore.Routing.RouteValuesAddressMetadata
Public Sub New (requiredValues As IReadOnlyDictionary(Of String, Object))
Parametry
- requiredValues
- IReadOnlyDictionary<String,Object>
Wymagane wartości trasy.
Dotyczy
RouteValuesAddressMetadata(String)
Tworzy nowe wystąpienie z RouteValuesAddressMetadata podaną nazwą trasy.
public:
RouteValuesAddressMetadata(System::String ^ routeName);
public RouteValuesAddressMetadata (string routeName);
new Microsoft.AspNetCore.Routing.RouteValuesAddressMetadata : string -> Microsoft.AspNetCore.Routing.RouteValuesAddressMetadata
Public Sub New (routeName As String)
Parametry
- routeName
- String
Nazwa trasy. Może mieć wartość null.
Dotyczy
RouteValuesAddressMetadata(String, IReadOnlyDictionary<String,Object>)
Tworzy nowe wystąpienie z RouteValuesAddressMetadata podaną nazwą trasy i wymaganymi wartościami tras.
public:
RouteValuesAddressMetadata(System::String ^ routeName, System::Collections::Generic::IReadOnlyDictionary<System::String ^, System::Object ^> ^ requiredValues);
public RouteValuesAddressMetadata (string routeName, System.Collections.Generic.IReadOnlyDictionary<string,object> requiredValues);
new Microsoft.AspNetCore.Routing.RouteValuesAddressMetadata : string * System.Collections.Generic.IReadOnlyDictionary<string, obj> -> Microsoft.AspNetCore.Routing.RouteValuesAddressMetadata
Public Sub New (routeName As String, requiredValues As IReadOnlyDictionary(Of String, Object))
Parametry
- routeName
- String
Nazwa trasy. Może mieć wartość null.
- requiredValues
- IReadOnlyDictionary<String,Object>
Wymagane wartości trasy.