8 lines
204 B
C#
8 lines
204 B
C#
namespace Toolkit.Foundation;
|
|
|
|
public record ComponentContentConfiguration
|
|
{
|
|
// public string ContentRoot { get; set; } = "Local";
|
|
|
|
public string JsonFileName { get; set; } = "Settings2.json";
|
|
} |