We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 0bcd472 + 38d04f5 commit 9138087Copy full SHA for 9138087
launcher-csharp/WebForms/Controllers/CreateAndEmbedForm.cs
@@ -79,7 +79,7 @@ public ActionResult CheckTemplates()
79
80
this.ViewBag.CodeExampleText = this.CodeExampleText;
81
this.ViewBag.Description = this.CodeExampleText.AdditionalPages
82
- .First(x => x.Name == "create_web_form").ResultsPageText;
+ .First(x => x.Name == "create_web_form").ResultsPageText.Replace("{0}", "launcher-csharp");
83
84
return this.View("embedForm");
85
}
0 commit comments