TemplateSegment 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 segment of a route template.
public ref class TemplateSegment
public class TemplateSegment
type TemplateSegment = class
Public Class TemplateSegment
- Inheritance
-
TemplateSegment
Constructors
| Name | Description |
|---|---|
| TemplateSegment() |
Constructs a new TemplateSegment instance. |
| TemplateSegment(RoutePatternPathSegment) |
Constructs a new TemplateSegment instance given another RoutePatternPathSegment. |
Properties
| Name | Description |
|---|---|
| IsSimple |
|
| Parts |
Gets the list of individual parts in the template segment. |
Methods
| Name | Description |
|---|---|
| ToRoutePatternPathSegment() |
Returns a RoutePatternPathSegment for the template segment. |