다음을 통해 공유


RouteValueAttribute(String, String) 생성자

정의

RouteValueAttribute를 만듭니다.

protected:
 RouteValueAttribute(System::String ^ routeKey, System::String ^ routeValue);
protected RouteValueAttribute (string routeKey, string routeValue);
new Microsoft.AspNetCore.Mvc.Routing.RouteValueAttribute : string * string -> Microsoft.AspNetCore.Mvc.Routing.RouteValueAttribute
Protected Sub New (routeKey As String, routeValue As String)

매개 변수

routeKey
String

경로 값 키입니다.

routeValue
String

예상 경로 값입니다.

적용 대상