@using Oqtane.Shared; @code { Type ComponentType = Type.GetType("Oqtane.UI.Head, Oqtane.Client"); private IDictionary Parameters { get; set; } protected override void OnInitialized() { Parameters = new Dictionary(); Parameters.Add(new KeyValuePair("RenderMode", RenderModes.Interactive)); Parameters.Add(new KeyValuePair("Runtime", Runtimes.Hybrid)); } }