LanguageOptions.ScriptBlock property
The script block created from the Code property, or null if no code is set.
public ScriptBlock? ScriptBlock { get; set; }
See Also
- record LanguageOptions
- namespace Kestrun.Hosting.Options
The script block created from the Code property, or null if no code is set.
public ScriptBlock? ScriptBlock { get; set; }