EndpointNameMetadata(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.
Creates a new instance of EndpointNameMetadata with the provided endpoint name.
public:
EndpointNameMetadata(System::String ^ endpointName);
public EndpointNameMetadata (string endpointName);
new Microsoft.AspNetCore.Routing.EndpointNameMetadata : string -> Microsoft.AspNetCore.Routing.EndpointNameMetadata
Public Sub New (endpointName As String)
Parameters
- endpointName
- String
The endpoint name.