Files
mixtape/zero.Core/Pages/PageOptions.cs
T

7 lines
134 B
C#
Raw Normal View History

2021-11-24 15:49:25 +01:00
namespace zero.Pages;
2021-11-19 14:59:24 +01:00
2021-12-02 13:43:04 +01:00
public class PageOptions
2021-11-19 14:59:24 +01:00
{
public string Root { get; set; } = Constants.Pages.DefaultRootPageTypeAlias;
}