EndpointNameAttribute(String) Constructor

Definition

Initializes an instance of the EndpointNameAttribute.

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

Parameters

endpointName
String

The endpoint name.

Applies to