Exemplo n.º 1
0
 public ResourceLocator(string matchedPath, string remainingPath, HttpResource resource)
 {
     MatchedPath   = matchedPath;
     RemainingPath = remainingPath;
     Resource      = resource;
 }