Fix #3068 - support microsites in .NET MAUI
This commit is contained in:
@ -70,7 +70,7 @@ namespace Oqtane.Models
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
/// Protocol for the request from which the alias was resolved (ie. http or https )
|
||||
/// Protocol for the request from which the alias was resolved (ie. http:// or https:// )
|
||||
/// </summary>
|
||||
[NotMapped]
|
||||
public string Protocol { get; set; }
|
||||
|
@ -79,6 +79,7 @@ namespace Oqtane.Shared
|
||||
public static readonly string HttpContextSiteSettingsKey = "SiteSettings";
|
||||
|
||||
public static readonly string MauiUserAgent = "MAUI";
|
||||
public static readonly string MauiAliasPath = "Alias-Path";
|
||||
public static readonly string VisitorCookiePrefix = "APP_VISITOR_";
|
||||
|
||||
// Obsolete constants
|
||||
|
Reference in New Issue
Block a user