EndpointGroupNameAttribute(String) Constructor

Definition

Initializes an instance of the EndpointGroupNameAttribute.

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

Parameters

endpointGroupName
String

The endpoint group name.

Applies to