EndpointNameAttribute(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 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.