RouteNameMetadata Class

Definition

Metadata used during link generation to find the associated endpoint using route name.

public ref class RouteNameMetadata sealed : Microsoft::AspNetCore::Routing::IRouteNameMetadata
public sealed class RouteNameMetadata : Microsoft.AspNetCore.Routing.IRouteNameMetadata
type RouteNameMetadata = class
    interface IRouteNameMetadata
Public NotInheritable Class RouteNameMetadata
Implements IRouteNameMetadata
Inheritance
RouteNameMetadata
Implements

Constructors

RouteNameMetadata(String)

Creates a new instance of RouteNameMetadata with the provided route name.

Properties

RouteName

Gets the route name. Can be null.

Methods

ToString()

Returns a string that represents the current object.

Applies to