Resolve issue where components are not being rendered interactively
This commit is contained in:
@ -9,6 +9,11 @@ namespace Oqtane.Models
|
||||
/// </summary>
|
||||
public class Route
|
||||
{
|
||||
/// <summary>
|
||||
/// parameterless constructor to prevent deserialization exceptions
|
||||
/// </summary>
|
||||
public Route() { }
|
||||
|
||||
/// <summary>
|
||||
/// default constructor
|
||||
/// the route parameter can be obtained from NavigationManager.Uri on client or HttpContext.Request.GetEncodedUrl() on server
|
||||
|
Reference in New Issue
Block a user