remove zero.documentsession

This commit is contained in:
2025-02-25 11:31:32 +01:00
parent 84d9863484
commit 498fc2f793
27 changed files with 98 additions and 137 deletions
+1 -1
View File
@@ -7,7 +7,7 @@ public class WebRootFileSystem : PhysicalFileSystem, IWebRootFileSystem
public WebRootFileSystem(string root, string publicPathPrefix) : base(root)
{
PublicPathPrefix = (publicPathPrefix ?? string.Empty).EnsureEndsWith('/');
PublicPathPrefix = (publicPathPrefix ?? String.Empty).EnsureEndsWith('/');
}