TemplateValuesResult.CombinedValues 屬性

定義

為了產生 URL 而提供的值集。

public:
 property Microsoft::AspNetCore::Routing::RouteValueDictionary ^ CombinedValues { Microsoft::AspNetCore::Routing::RouteValueDictionary ^ get(); void set(Microsoft::AspNetCore::Routing::RouteValueDictionary ^ value); };
public Microsoft.AspNetCore.Routing.RouteValueDictionary CombinedValues { get; set; }
member this.CombinedValues : Microsoft.AspNetCore.Routing.RouteValueDictionary with get, set
Public Property CombinedValues As RouteValueDictionary

屬性值

備註

如果適用) 、明確提供的值 RouteData ,以及路由範本中所顯示參數的預設值,這會結合目前要求 (的 隱含 (環境) 值。

隱含 (環境) 值因為路由範本稍早的語彙變更而失效的值會從這個集合中排除。

適用於