IEndpointNameMetadata Interface

Definition

Defines a contract use to specify an endpoint name in Metadata.

public interface class IEndpointNameMetadata
public interface IEndpointNameMetadata
type IEndpointNameMetadata = interface
Public Interface IEndpointNameMetadata
Derived

Remarks

Endpoint names must be unique within an application, and can be used to unambiguously identify a desired endpoint for URI generation using LinkGenerator.

Properties

EndpointName

Gets the endpoint name.

Applies to