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