improvements to .NET MAUI file upload based on #3674 (credit @thabaum)

This commit is contained in:
sbwalker
2024-01-24 09:37:27 -05:00
parent d9beb4b660
commit d57d7ec4d8
3 changed files with 5 additions and 2 deletions

View File

@ -77,6 +77,7 @@ namespace Oqtane.Shared
public static readonly string MauiUserAgent = "MAUI";
public static readonly string MauiAliasPath = "Alias-Path";
public const string MauiCorsPolicy = "MauiCorsPolicy"; // must be a constant to be used with an attribute
public static readonly string VisitorCookiePrefix = "APP_VISITOR_";