We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 584a7ca commit bd9002fCopy full SHA for bd9002f
src/dotnet/Blazor3D.Web/Blazor3D.Web/Controllers/ReferenceController.cs
@@ -28,7 +28,7 @@ public async Task<ActionResult> Generate(IFormCollection collection)
28
var refPath = PathCombiner.Combine(_hostEnvironment.WebRootPath, "/reference/");
29
var templatePath = PathCombiner.Combine(Directory.GetCurrentDirectory(), "\\Templates\\Index.html");
30
await generator.Generate(parser.Reference, refPath, templatePath);
31
- return RedirectToAction(nameof(Index));
+ return Redirect("/reference/Index.html");
32
}
33
catch
34
{
0 commit comments