Fix #5649: handle not found request.
This commit is contained in:
@@ -29,6 +29,8 @@ namespace Oqtane.UI
|
||||
public bool Refresh { get; set; }
|
||||
public bool AllowCookies { get; set; }
|
||||
|
||||
public int? StatusCode { get; set; }
|
||||
|
||||
public List<Page> Pages
|
||||
{
|
||||
get { return Site?.Pages; }
|
||||
@@ -63,7 +65,8 @@ namespace Oqtane.UI
|
||||
IsInternalNavigation = IsInternalNavigation,
|
||||
RenderId = RenderId,
|
||||
Refresh = Refresh,
|
||||
AllowCookies = AllowCookies
|
||||
AllowCookies = AllowCookies,
|
||||
StatusCode = StatusCode
|
||||
};
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user