RouteNameMetadata(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 RouteNameMetadata with the provided route name.
public:
RouteNameMetadata(System::String ^ routeName);
public RouteNameMetadata (string routeName);
public RouteNameMetadata (string? routeName);
new Microsoft.AspNetCore.Routing.RouteNameMetadata : string -> Microsoft.AspNetCore.Routing.RouteNameMetadata
Public Sub New (routeName As String)
Parameters
- routeName
- String
The route name. Can be null
.