다음을 통해 공유


RouteAttribute(String) 생성자

정의

의 instance 생성합니다RouteAttribute.

public:
 RouteAttribute(System::String ^ template);
public RouteAttribute (string template);
new Microsoft.AspNetCore.Components.RouteAttribute : string -> Microsoft.AspNetCore.Components.RouteAttribute
Public Sub New (template As String)

매개 변수

template
String

경로 템플릿입니다.

적용 대상