Open sandboxFocus

Property Arguments

Arguments

Compile-time template arguments that will be passed to the template. These are typically anonymous objects whose properties map to template parameters (e.g., new { paramName = value }).

Declaration
public object? Arguments { get; init; }
Property Value
Type Description
object