5 references to RazorCompiledItemAttribute
Microsoft.AspNetCore.Mvc.Razor.Test (2)
ApplicationParts\RazorCompiledItemFeatureProviderTest.cs (2)
43
new
RazorCompiledItemAttribute
(typeof(TestView), "mvc.1.0.razor-page", "Item1"),
44
new
RazorCompiledItemAttribute
(typeof(TestView), "mvc.1.0.razor-view", "Item1"),
RazorBuildWebSite.Views (3)
Pages\Rzc\Page.cs (1)
4
[assembly: global::Microsoft.AspNetCore.Razor.Hosting.
RazorCompiledItemAttribute
(typeof(RazorBuildWebSite.Pages.Rzc.Pages_Rzc_Page), @"mvc.1.0.razor-page", @"/Pages/Rzc/Page.cshtml")]
Views\Common\CommonView.cs (1)
4
[assembly: global::Microsoft.AspNetCore.Razor.Hosting.
RazorCompiledItemAttribute
(typeof(RazorBuildWebSite.Views.Rzc.Views_Rzc_View), @"mvc.1.0.view", @"/Views/Common/CommonView.cshtml")]
Views\Rzc\View.cs (1)
4
[assembly: global::Microsoft.AspNetCore.Razor.Hosting.
RazorCompiledItemAttribute
(typeof(RazorBuildWebSite.Views.Rzc.Views_Rzc_View), @"mvc.1.0.view", @"/Views/Rzc/View.cshtml")]