EndpointGroupNameAttribute(String) 생성자

정의

EndpointGroupNameAttribute의 인스턴스를 초기화합니다.

public EndpointGroupNameAttribute (string endpointGroupName);
new Microsoft.AspNetCore.Routing.EndpointGroupNameAttribute : string -> Microsoft.AspNetCore.Routing.EndpointGroupNameAttribute
Public Sub New (endpointGroupName As String)

매개 변수

endpointGroupName
String

엔드포인트 그룹 이름입니다.

적용 대상