132 references to View
ApplicationModelWebSite (2)
Controllers\ActionModelController.cs (1)
22return View();
Controllers\MultipleAreasController.cs (1)
13return 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();
ControllersFromServicesWebSite (2)
AnotherController.cs (1)
26return View();
NotInServicesController.cs (1)
13return 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();
HtmlGenerationWebSite (21)
Controllers\Catalog_CacheTagHelperController.cs (7)
20return View(); 27return View(); 34return View(); 52return View(); 63return View(); 72return View(); 90return View();
Controllers\HtmlGeneration_HomeController.cs (14)
96return View(); 101return View(); 157return View(); 196return View(); 201return View(); 206return View(); 211return View(); 216return View(); 221return View(); 226return View(); 231return View(); 236return View(); 239public IActionResult ValidationProviderAttribute() => View(); 244public IActionResult PartialTagHelperWithoutModel() => View();
IdentitySample.DefaultUI (1)
Controllers\HomeController.cs (1)
13return 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();
RazorPagesWebSite (2)
Areas\Accounts\Controllers\HomeController.cs (1)
11public IActionResult Index() => View();
Controllers\ClientValidationDisabledController.cs (1)
11public IActionResult ValidationDisabled() => View();
RazorWebSite (22)
Controllers\ExpanderViewsController.cs (1)
13return View();
Controllers\FlushPoint.cs (7)
12return View(); 15public IActionResult FlushFollowedByLargeContent() => View(); 17public IActionResult FlushInvokedInComponent() => View(); 21return View(); 27return View(); 38return View(); 43return View();
Controllers\PartialsWithLayoutController.cs (1)
20return View();
Controllers\PartialViewEngineController.cs (1)
48return View();
Controllers\TemplateExpander.cs (2)
12return View(); 17return View();
Controllers\ViewEngineController.cs (6)
12return View(); 27return View(); 32return View(); 72return View(); 77return View(); 80public IActionResult SearchInPages() => View();
Controllers\ViewNameSpecification_HomeController.cs (2)
12return View(); 32return View();
Controllers\ViewsConsumingCompilationOptionsController.cs (1)
14return View();
Controllers\ViewWithPathsController.cs (1)
13return 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();
TagHelpersWebSite (16)
Controllers\EmployeeController.cs (2)
20return View(); 37return View();
Controllers\EncodersController.cs (5)
13return View(); 19return View(); 25return View(); 33return View(); 41return View();
Controllers\HomeController.cs (8)
24return View(); 29return View(); 34return View(); 39return View(); 44return View(); 49return View(); 54return View(); 59return View();
Controllers\RemoveDefaultInheritedTagHelpersController.cs (1)
10public IActionResult Index() => View();