RouteUrlExpressionEditorSheet.RouteValues 属性

定义

获取或设置要用于根据路由生成 URL 的 URL 参数名称和值。

public:
 property System::String ^ RouteValues { System::String ^ get(); void set(System::String ^ value); };
public string RouteValues { get; set; }
member this.RouteValues : string with get, set
Public Property RouteValues As String

属性值

用于根据路由生成 URL 的 URL 参数名称和值。

适用于

另请参阅