132 references to View
ApplicationModelWebSite (2)
Controllers\ActionModelController.cs (1)
22
return
View
();
Controllers\MultipleAreasController.cs (1)
13
return
View
();
BasicWebSite (19)
Areas\Area1\Controllers\RemoteAttribute_HomeController.cs (1)
18
return
View
();
Controllers\AntiforgeryController.cs (4)
16
return
View
();
25
return
View
();
59
return
View
();
76
return
View
();
Controllers\AsyncActionsController.cs (1)
33
return Task.FromResult<IActionResult>(
View
());
Controllers\HomeController.cs (4)
15
return
View
();
34
return
View
();
41
return
View
();
102
return
View
();
Controllers\NonNullableController.cs (1)
13
return
View
();
Controllers\PageRouteController.cs (2)
33
return
View
();
40
return
View
();
Controllers\RazorComponentsController.cs (2)
58
return
View
();
71
return
View
();
Controllers\RemoteAttribute_HomeController.cs (1)
17
return
View
();
Controllers\TempDataController.cs (2)
15
return
View
();
21
return
View
();
Controllers\ViewDataPropertyController.cs (1)
24
return
View
();
ClaimsTransformation (4)
Controllers\AccountController.cs (2)
19
return
View
();
54
return
View
();
Controllers\HomeController.cs (2)
15
return
View
();
21
return
View
();
ControllersFromServicesWebSite (2)
AnotherController.cs (1)
26
return
View
();
NotInServicesController.cs (1)
13
return
View
();
Cookies (5)
Controllers\AccountController.cs (3)
18
return
View
();
53
return
View
();
58
return
View
();
Controllers\HomeController.cs (2)
15
return
View
();
21
return
View
();
CustomPolicyProvider (3)
Controllers\AccountController.cs (2)
17
return
View
();
52
return
View
();
Controllers\HomeController.cs (1)
14
return
View
();
ErrorPageMiddlewareWebSite (4)
AggregateExceptionController.cs (1)
16
return
View
();
ErrorPageMiddlewareController.cs (3)
14
return
View
();
20
return
View
();
30
public IActionResult RuntimeError() =>
View
();
HtmlGenerationWebSite (21)
Controllers\Catalog_CacheTagHelperController.cs (7)
20
return
View
();
27
return
View
();
34
return
View
();
52
return
View
();
63
return
View
();
72
return
View
();
90
return
View
();
Controllers\HtmlGeneration_HomeController.cs (14)
96
return
View
();
101
return
View
();
157
return
View
();
196
return
View
();
201
return
View
();
206
return
View
();
211
return
View
();
216
return
View
();
221
return
View
();
226
return
View
();
231
return
View
();
236
return
View
();
239
public IActionResult ValidationProviderAttribute() =>
View
();
244
public IActionResult PartialTagHelperWithoutModel() =>
View
();
IdentitySample.DefaultUI (1)
Controllers\HomeController.cs (1)
13
return
View
();
IdentitySample.Mvc (12)
Controllers\AccountController.cs (8)
45
return
View
();
93
return
View
();
258
return
View
();
296
return
View
();
305
return code == null ? View("Error") :
View
();
331
return
View
();
340
return
View
();
368
return
View
();
Controllers\HomeController.cs (1)
13
return
View
();
Controllers\ManageController.cs (3)
87
return
View
();
229
return
View
();
263
return
View
();
Microsoft.AspNetCore.Mvc.ViewFeatures.Test (2)
ControllerTest.cs (2)
74
var actualViewResult = controller.
View
();
98
var actualViewResult = controller.
View
();
MvcFormSample (2)
Controllers\HomeController.cs (2)
22
return
View
();
28
return
View
();
MvcSandbox (2)
Controllers\HomeController.cs (1)
15
return
View
();
Controllers\LoginController.cs (1)
13
return
View
();
PathSchemeSelection (5)
Controllers\AccountController.cs (3)
19
return
View
();
54
return
View
();
59
return
View
();
Controllers\HomeController.cs (2)
15
return
View
();
21
return
View
();
RazorBuildWebSite (3)
Controllers\PrecompilationController.cs (1)
12
return base.
View
();
Controllers\RzcController.cs (1)
12
return base.
View
();
Controllers\UpdateableViewsController.cs (1)
10
public IActionResult Index() =>
View
();
RazorPagesWebSite (2)
Areas\Accounts\Controllers\HomeController.cs (1)
11
public IActionResult Index() =>
View
();
Controllers\ClientValidationDisabledController.cs (1)
11
public IActionResult ValidationDisabled() =>
View
();
RazorWebSite (22)
Controllers\ExpanderViewsController.cs (1)
13
return
View
();
Controllers\FlushPoint.cs (7)
12
return
View
();
15
public IActionResult FlushFollowedByLargeContent() =>
View
();
17
public IActionResult FlushInvokedInComponent() =>
View
();
21
return
View
();
27
return
View
();
38
return
View
();
43
return
View
();
Controllers\PartialsWithLayoutController.cs (1)
20
return
View
();
Controllers\PartialViewEngineController.cs (1)
48
return
View
();
Controllers\TemplateExpander.cs (2)
12
return
View
();
17
return
View
();
Controllers\ViewEngineController.cs (6)
12
return
View
();
27
return
View
();
32
return
View
();
72
return
View
();
77
return
View
();
80
public IActionResult SearchInPages() =>
View
();
Controllers\ViewNameSpecification_HomeController.cs (2)
12
return
View
();
32
return
View
();
Controllers\ViewsConsumingCompilationOptionsController.cs (1)
14
return
View
();
Controllers\ViewWithPathsController.cs (1)
13
return
View
();
SecurityWebSite (1)
Controllers\HomeController.cs (1)
13
return
View
();
StaticFilesAuth (4)
Controllers\AccountController.cs (3)
18
return
View
();
53
return
View
();
58
return
View
();
Controllers\HomeController.cs (1)
18
return
View
();
TagHelpersWebSite (16)
Controllers\EmployeeController.cs (2)
20
return
View
();
37
return
View
();
Controllers\EncodersController.cs (5)
13
return
View
();
19
return
View
();
25
return
View
();
33
return
View
();
41
return
View
();
Controllers\HomeController.cs (8)
24
return
View
();
29
return
View
();
34
return
View
();
39
return
View
();
44
return
View
();
49
return
View
();
54
return
View
();
59
return
View
();
Controllers\RemoveDefaultInheritedTagHelpersController.cs (1)
10
public IActionResult Index() =>
View
();