You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@@ -242,15 +242,26 @@ public virtual string RenderJavaScript()
242
242
/// server-rendered HTML.
243
243
/// </summary>
244
244
/// <param name="writer">The <see cref="T:System.IO.TextWriter" /> to which the content is written</param>
245
+
/// <param name="waitForDOMContentLoad">Delays the component init until the page load event fires. Useful if the component script tags are located after the call to Html.ReactWithInit. </param>
0 commit comments