RoutePatternLiteralPart 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.
Represents a literal text part of a route pattern. Instances of RoutePatternLiteralPart are immutable.
public ref class RoutePatternLiteralPart sealed : Microsoft::AspNetCore::Routing::Patterns::RoutePatternPart
public sealed class RoutePatternLiteralPart : Microsoft.AspNetCore.Routing.Patterns.RoutePatternPart
type RoutePatternLiteralPart = class
inherit RoutePatternPart
Public NotInheritable Class RoutePatternLiteralPart
Inherits RoutePatternPart
- Inheritance
Properties
Content |
Gets the text content. |
IsLiteral |
Returns |
IsParameter |
Returns |
IsSeparator |
Returns |
PartKind |
Gets the RoutePatternPartKind of this part. (Inherited from RoutePatternPart) |