Aracılığıyla paylaş


ControllerModel.RouteValues Özellik

Tanım

İlgili eylemin seçilmesi için içinde Values bulunması gereken yol değerleri koleksiyonunu alır.

public:
 property System::Collections::Generic::IDictionary<System::String ^, System::String ^> ^ RouteValues { System::Collections::Generic::IDictionary<System::String ^, System::String ^> ^ get(); };
public System.Collections.Generic.IDictionary<string,string> RouteValues { get; }
public System.Collections.Generic.IDictionary<string,string?> RouteValues { get; }
member this.RouteValues : System.Collections.Generic.IDictionary<string, string>
Public ReadOnly Property RouteValues As IDictionary(Of String, String)

Özellik Değeri

Açıklamalar

içindeki RouteValues girdiler içindeki girdiler RouteValuestarafından geçersiz kılınabilir.

Şunlara uygulanır