RoutePatternPartKind Enum
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.
Defines the kinds of RoutePatternPart instances.
public enum class RoutePatternPartKind
C#
public enum RoutePatternPartKind
type RoutePatternPartKind =
Public Enum RoutePatternPartKind
- Inheritance
-
RoutePatternPartKind
Name | Value | Description |
---|---|---|
Literal | 0 | The RoutePatternPartKind of a RoutePatternLiteralPart. |
Parameter | 1 | |
Separator | 2 |
Produkt | Versiounen |
---|---|
ASP.NET Core | 2.2, 3.0, 3.1, 5.0, 6.0, 7.0, 8.0, 9.0 |