EndpointGroupNameAttribute(String) Constructor
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.