PathTemplateSegment(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.
Build a segment representing a path template.
public PathTemplateSegment (string literalText);
new Microsoft.OData.UriParser.PathTemplateSegment : string -> Microsoft.OData.UriParser.PathTemplateSegment
Public Sub New (literalText As String)
Parameters
- literalText
- String
The literal text for the template segment.