We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 58df54f commit 6ade11bCopy full SHA for 6ade11b
test/MyTested.AspNetCore.Mvc.Test.Setups/Controllers/MvcController.cs
@@ -83,6 +83,11 @@ public IActionResult IndexView()
83
return this.View("Index", this.ResponseModel);
84
}
85
86
+ public IActionResult ViewResultByName()
87
+ {
88
+ return this.View("TestView", new { id = 1, test = "text" });
89
+ }
90
+
91
public IActionResult CustomViewResult()
92
{
93
return new ViewResult
0 commit comments