26 references to View
Cookies (5)
Controllers\AccountController.cs (3)
18return View(); 53return View(); 58return View();
Controllers\HomeController.cs (2)
15return View(); 21return View();
CustomPolicyProvider (3)
Controllers\AccountController.cs (2)
17return View(); 52return View();
Controllers\HomeController.cs (1)
14return View();
ErrorPageMiddlewareWebSite (4)
AggregateExceptionController.cs (1)
16return View();
ErrorPageMiddlewareController.cs (3)
14return View(); 20return View(); 30public IActionResult RuntimeError() => View();
Microsoft.AspNetCore.Mvc.ViewFeatures.Test (2)
ControllerTest.cs (2)
74var actualViewResult = controller.View(); 98var actualViewResult = controller.View();
MvcFormSample (2)
Controllers\HomeController.cs (2)
22return View(); 28return View();
MvcSandbox (2)
Controllers\HomeController.cs (1)
15return View();
Controllers\LoginController.cs (1)
13return View();
RazorBuildWebSite (3)
Controllers\PrecompilationController.cs (1)
12return base.View();
Controllers\RzcController.cs (1)
12return base.View();
Controllers\UpdateableViewsController.cs (1)
10public IActionResult Index() => View();
SecurityWebSite (1)
Controllers\HomeController.cs (1)
13return View();
StaticFilesAuth (4)
Controllers\AccountController.cs (3)
18return View(); 53return View(); 58return View();
Controllers\HomeController.cs (1)
18return View();