RouteNameMetadata Class
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.
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 |
Methods
ToString() | Returns a string that represents the current object. |