61 references to View
BasicWebSite (4)
Controllers\LinkGeneration\LinksController.cs (1)
12return View(viewName: view);
Controllers\RequestScopedServiceController.cs (3)
28return View("View"); 34return View("TagHelper"); 40return View("ViewComponent");
ErrorPageMiddlewareWebSite (1)
ErrorPageMiddlewareController.cs (1)
26return View("~/Views/ErrorFromViewImports/Index.cshtml");
HtmlGenerationWebSite (5)
Areas\Customer\Controllers\HtmlGeneration_CustomerController.cs (3)
13return View("Customer"); 19return View("CustomerWithRecords"); 24return View("CustomerWithRecords");
Controllers\Catalog_CacheTagHelperController.cs (1)
42return View("ConfirmPayment");
Controllers\CheckViewData.cs (1)
18return View("AtViewModel");
IdentitySample.Mvc (21)
Controllers\AccountController.cs (17)
73return View("Lockout"); 160return View(nameof(Login)); 184return View("Lockout"); 209return View("ExternalLoginFailure"); 241return View("Error"); 246return View("Error"); 249return View(result.Succeeded ? "ConfirmEmail" : "Error"); 274return View("ForgotPasswordConfirmation"); 305return code == null ? View("Error") : View(); 352return View("Error"); 374return View("Error"); 386return View("Error"); 412return View("Error"); 440return View("Lockout"); 459return View("Error"); 487return View("Lockout"); 506return View("Error");
Controllers\ManageController.cs (4)
135return View("Error"); 177return phoneNumber == null ? View("Error") : View(new VerifyPhoneNumberViewModel { PhoneNumber = phoneNumber }); 304return View("Error"); 337return View("Error");
Microsoft.AspNetCore.Mvc.ViewFeatures (1)
Controller.cs (1)
108return View(viewName: null);
Microsoft.AspNetCore.Mvc.ViewFeatures.Test (1)
ControllerTest.cs (1)
119var actualViewResult = controller.View("CustomViewName");
RazorBuildWebSite (1)
Controllers\CommonController.cs (1)
12return base.View("CommonView");
RazorWebSite (22)
Controllers\AddTagHelperComponentController.cs (1)
22return View("AddComponent");
Controllers\BackSlashController.cs (1)
10public IActionResult Index() => View(@"Views\BackSlash\BackSlashView.cshtml");
Controllers\FlushPoint.cs (1)
33return View("PageWithSectionInvokedViaRenderSectionAsync");
Controllers\NestedViewStartsController.cs (1)
12return View("NestedViewStarts/Index");
Controllers\PartialsWithLayoutController.cs (1)
28return View(nameof(PartialsRenderedViaPartialAsync));
Controllers\TagHelperComponentController.cs (2)
13return View("Head"); 18return View("Body");
Controllers\ViewEngineController.cs (4)
17return View("/Views/ViewEngine/ViewWithFullPath.cshtml"); 22return View("Views/ViewEngine/ViewWithRelativePath.cshtml"); 60return View("ViewWithTitle"); 66return View("ViewWithDataFromController");
Controllers\ViewNameSpecification_HomeController.cs (11)
17return View("LayoutSpecifiedWithPartialPathInViewStart"); 22return View("Views/ViewNameSpecification_Home/LayoutSpecifiedWithPartialPathInViewStart.cshtml"); 27return View("~/Views/ViewNameSpecification_Home/LayoutSpecifiedWithPartialPathInViewStart.cshtml"); 37return View("LayoutSpecifiedWithPartialPathInPage"); 42return View("Views/ViewNameSpecification_Home/LayoutSpecifiedWithPartialPathInPage.cshtml"); 47return View("~/Views/ViewNameSpecification_Home/LayoutSpecifiedWithPartialPathInPage.cshtml"); 53return View("PageWithNonPartialLayoutPath"); 59return View("PageWithNonPartialLayoutPath"); 65return View("ViewWithPartials"); 71return View("ViewWithPartials"); 77return View("ViewWithPartials");
TagHelpersWebSite (5)
Controllers\HomeController.cs (5)
64return View("/Views/RemoveInheritedTagHelpers/ViewWithInheritedRemoveTagHelper.cshtml"); 69return View("/Views/InheritedTagHelperPrefix/InheritedTagHelperPrefix.cshtml"); 74return View("/Views/InheritedTagHelperPrefix/OverriddenTagHelperPrefix.cshtml"); 79return View( 86return View(