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