mirror of
				https://github.com/nsnail/NetAdmin.git
				synced 2025-10-31 11:25:27 +08:00 
			
		
		
		
	| @@ -9,7 +9,7 @@ namespace YourSolution.AdmServer.Host.Extensions; | |||||||
| public static class IApplicationBuilderExtensions | public static class IApplicationBuilderExtensions | ||||||
| { | { | ||||||
|     private const           string              _INDEX_HTML_PATH = ".index.html"; |     private const           string              _INDEX_HTML_PATH = ".index.html"; | ||||||
|     private const           string              _RES_PFX         = $"{nameof(NetAdmin)}.{nameof(AdmServer)}.{nameof(Host)}.UI"; |     private const           string              _RES_PFX         = $"{nameof(YourSolution)}.{nameof(AdmServer)}.{nameof(Host)}.UI"; | ||||||
|     private static readonly Regex               _regex           = new(@"\.(\w+)$", RegexOptions.Compiled); |     private static readonly Regex               _regex           = new(@"\.(\w+)$", RegexOptions.Compiled); | ||||||
|     private static          IEnumerable<string> _allResNames; |     private static          IEnumerable<string> _allResNames; | ||||||
|  |  | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user
	 GitHub
						GitHub