RouteValueAttribute.RouteValue 属性
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
路由值。 如果 null
或 为空,则要求与 关联的 RouteKey 路由值缺失或 null
。
public:
property System::String ^ RouteValue { System::String ^ get(); };
public string RouteValue { get; }
member this.RouteValue : string
Public ReadOnly Property RouteValue As String