RoutePattern.Parameters 属性

定义

获取路由参数的列表。

public:
 property System::Collections::Generic::IReadOnlyList<Microsoft::AspNetCore::Routing::Patterns::RoutePatternParameterPart ^> ^ Parameters { System::Collections::Generic::IReadOnlyList<Microsoft::AspNetCore::Routing::Patterns::RoutePatternParameterPart ^> ^ get(); };
public System.Collections.Generic.IReadOnlyList<Microsoft.AspNetCore.Routing.Patterns.RoutePatternParameterPart> Parameters { get; }
member this.Parameters : System.Collections.Generic.IReadOnlyList<Microsoft.AspNetCore.Routing.Patterns.RoutePatternParameterPart>
Public ReadOnly Property Parameters As IReadOnlyList(Of RoutePatternParameterPart)

属性值

适用于