15 instantiations of AreaAttribute
BasicWebSite (3)
Areas\Area1\Controllers\RemoteAttribute_HomeController.cs (1)
9
[
Area
("Area1")]
Areas\Area1\Controllers\RemoteAttribute_VerifyController.cs (1)
8
[
Area
("Area1")]
Areas\Area2\Controllers\RemoteAttribute_VerifyController.cs (1)
10
[
Area
("Area2")]
HtmlGenerationWebSite (1)
Areas\Customer\Controllers\HtmlGeneration_CustomerController.cs (1)
8
[
Area
("Customer")]
Microsoft.AspNetCore.Mvc.Core.Test (2)
ApplicationModels\ControllerActionDescriptorProviderTests.cs (2)
1549
[
Area
("Home")]
1607
[
Area
("Products")]
Mvc.RoutingWebSite (8)
Areas\Admin\DynamicController.cs (1)
8
[
Area
("Admin")]
Areas\Admin\FallbackController.cs (1)
8
[
Area
("Admin")]
Areas\Admin\LG3Controller.cs (1)
8
[
Area
("Admin")]
Areas\Admin\UserManagementController.cs (1)
8
[
Area
("Admin")]
Areas\Order\OrderController.cs (1)
8
[
Area
("Order")]
Areas\Travel\FlightController.cs (1)
9
[
Area
("Travel")]
Areas\Travel\HomeController.cs (1)
8
[
Area
("Travel")]
Areas\Travel\RailController.cs (1)
8
[
Area
("Travel")]
RazorPagesWebSite (1)
Areas\Accounts\Controllers\HomeController.cs (1)
8
[
Area
("Accounts")]
3 references to AreaAttribute
Microsoft.AspNetCore.Mvc.Core (3)
AreaAttribute.cs (1)
15
/// Initializes a new <see cref="
AreaAttribute
"/> instance.
Routing\IRouteValueProvider.cs (2)
36
/// If areas are in use in the application (see <see cref="
AreaAttribute
"/> which implements
38
/// non-<c>null</c> area value (specified by <see cref="
AreaAttribute
"/> or another