Fix #3068 - support microsites in .NET MAUI

This commit is contained in:
sbwalker
2023-08-02 13:55:01 -04:00
parent 122fcfd701
commit 7a42646bed
20 changed files with 144 additions and 91 deletions

View File

@ -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; }