66 references to View
BasicWebSite (19)
Areas\Area1\Controllers\RemoteAttribute_HomeController.cs (1)
18return View();
Controllers\AntiforgeryController.cs (4)
16return View(); 25return View(); 59return View(); 76return View();
Controllers\AsyncActionsController.cs (1)
33return Task.FromResult<IActionResult>(View());
Controllers\HomeController.cs (4)
15return View(); 34return View(); 41return View(); 102return View();
Controllers\NonNullableController.cs (1)
13return View();
Controllers\PageRouteController.cs (2)
33return View(); 40return View();
Controllers\RazorComponentsController.cs (2)
58return View(); 71return View();
Controllers\RemoteAttribute_HomeController.cs (1)
17return View();
Controllers\TempDataController.cs (2)
15return View(); 21return View();
Controllers\ViewDataPropertyController.cs (1)
24return View();
ClaimsTransformation (4)
Controllers\AccountController.cs (2)
19return View(); 54return View();
Controllers\HomeController.cs (2)
15return View(); 21return 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();
IdentitySample.Mvc (12)
Controllers\AccountController.cs (8)
45return View(); 93return View(); 258return View(); 296return View(); 305return code == null ? View("Error") : View(); 331return View(); 340return View(); 368return View();
Controllers\HomeController.cs (1)
13return View();
Controllers\ManageController.cs (3)
87return View(); 229return View(); 263return 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();
PathSchemeSelection (5)
Controllers\AccountController.cs (3)
19return View(); 54return View(); 59return View();
Controllers\HomeController.cs (2)
15return View(); 21return 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();