2 writes to RelativePath
Microsoft.AspNetCore.Mvc.RazorPages (2)
ApplicationModels\PageRouteModel.cs (2)
33RelativePath = relativePath ?? throw new ArgumentNullException(nameof(relativePath)); 50RelativePath = other.RelativePath;
3 references to RelativePath
Microsoft.AspNetCore.Mvc.RazorPages (3)
ApplicationModels\PageRouteModel.cs (1)
50RelativePath = other.RelativePath;
ApplicationModels\PageRouteModelFactory.cs (1)
63var fileName = Path.GetFileName(model.RelativePath);
Infrastructure\PageActionDescriptorProvider.cs (1)
106RelativePath = model.RelativePath,