1 write to Literal
System.Web (1)
Routing\LiteralSubsegment.cs (1)
6
Literal
= literal;
4 references to Literal
System.Web (4)
Routing\ParsedRoute.cs (4)
212
pendingParts.Append(UrlEncode(literalSubsegment.
Literal
));
567
int indexOfLiteral = requestPathSegment.LastIndexOf(literalSubsegment.
Literal
, startIndex, StringComparison.OrdinalIgnoreCase);
577
if ((indexOfLiteral + literalSubsegment.
Literal
.Length) != requestPathSegment.Length) {
612
parameterStartIndex = newLastIndex + lastLiteral.
Literal
.Length;