2 references to ParseUrlSegment
System.Web (2)
Routing\RouteParser.cs (2)
166
IList<PathSubsegment> subsegments =
ParseUrlSegment
(pathSegment, out exception);
249
IList<PathSubsegment> subsegments =
ParseUrlSegment
(pathSegment, out exception);