2 references to SplitUrlToPathSegmentStrings
System.Web (2)
Routing\ParsedRoute.cs (1)
411
IList<string> requestPathSegments = RouteParser.
SplitUrlToPathSegmentStrings
(virtualPath);
Routing\RouteParser.cs (1)
78
IList<string> urlParts =
SplitUrlToPathSegmentStrings
(routeUrl);