Share via


RouteValuesAddress.ExplicitValues 属性

定义

获取或设置显式指定的路由值。

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

属性值

适用于