1 2 3 4 5 6 7
<page-script src="@Src"></page-script> @code { [Parameter] [EditorRequired] public string Src { get; set; } = null!; }