Class StartupTemplateDocument
Represents a startup template JSON document loaded from disk.
public sealed class StartupTemplateDocument
- Inheritance
-
StartupTemplateDocument
- Inherited Members
Properties
Content
Raw JSON payload for the template.
public required JsonElement Content { get; init; }
Property Value
Id
Template identifier, usually the source file name without extension.
public required string Id { get; init; }