5 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")]
Microsoft.AspNetCore.Mvc.Core.Test (2)
ApplicationModels\ControllerActionDescriptorProviderTests.cs (2)
1549
[
Area
("Home")]
1607
[
Area
("Products")]
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