18 instantiations of ApplicationPartAttribute
Aspire.Dashboard.Components.Tests (1)
artifacts\obj\Aspire.Dashboard.Components.Tests\Debug\net8.0\Aspire.Dashboard.Components.Tests.MvcApplicationPartsAssemblyInfo.cs (1)
13[assembly: Microsoft.AspNetCore.Mvc.ApplicationParts.ApplicationPartAttribute("Aspire.Dashboard")]
ControllersFromServicesWebSite (1)
artifacts\obj\ControllersFromServicesWebSite\Release\net10.0\ControllersFromServicesWebSite.MvcApplicationPartsAssemblyInfo.cs (1)
13[assembly: Microsoft.AspNetCore.Mvc.ApplicationParts.ApplicationPartAttribute("ControllersFromServicesClassLibrary")]
DaprServiceA (1)
artifacts\obj\DaprServiceA\Debug\net8.0\DaprServiceA.MvcApplicationPartsAssemblyInfo.cs (1)
13[assembly: Microsoft.AspNetCore.Mvc.ApplicationParts.ApplicationPartAttribute("Dapr.AspNetCore")]
DaprServiceB (1)
artifacts\obj\DaprServiceB\Debug\net8.0\DaprServiceB.MvcApplicationPartsAssemblyInfo.cs (1)
13[assembly: Microsoft.AspNetCore.Mvc.ApplicationParts.ApplicationPartAttribute("Dapr.AspNetCore")]
ErrorPageMiddlewareWebSite (1)
artifacts\obj\ErrorPageMiddlewareWebSite\Release\net10.0\ErrorPageMiddlewareWebSite.MvcApplicationPartsAssemblyInfo.cs (1)
13[assembly: Microsoft.AspNetCore.Mvc.ApplicationParts.ApplicationPartAttribute("Microsoft.AspNetCore.Mvc.Razor.RuntimeCompilation")]
GetDocumentSample (1)
artifacts\obj\GetDocumentSample\Release\net10.0\GetDocumentSample.MvcApplicationPartsAssemblyInfo.cs (1)
13[assembly: Microsoft.AspNetCore.Mvc.ApplicationParts.ApplicationPartAttribute("Microsoft.AspNetCore.OpenApi")]
Identity.DefaultUI.WebSite (1)
artifacts\obj\Identity.DefaultUI.WebSite\Release\net10.0\Identity.DefaultUI.WebSite.MvcApplicationPartsAssemblyInfo.cs (1)
13[assembly: Microsoft.AspNetCore.Mvc.ApplicationParts.ApplicationPartAttribute("Microsoft.AspNetCore.Identity.UI")]
IdentitySample.DefaultUI (1)
artifacts\obj\IdentitySample.DefaultUI\Release\net10.0\IdentitySample.DefaultUI.MvcApplicationPartsAssemblyInfo.cs (1)
13[assembly: Microsoft.AspNetCore.Mvc.ApplicationParts.ApplicationPartAttribute("Microsoft.AspNetCore.Identity.UI")]
IntegrationTestsWebsite (1)
artifacts\obj\IntegrationTestsWebsite\Release\net10.0\IntegrationTestsWebsite.MvcApplicationPartsAssemblyInfo.cs (1)
13[assembly: Microsoft.AspNetCore.Mvc.ApplicationParts.ApplicationPartAttribute("Microsoft.AspNetCore.Grpc.JsonTranscoding")]
RazorBuildWebSite (2)
artifacts\obj\RazorBuildWebSite\Release\net10.0\RazorBuildWebSite.MvcApplicationPartsAssemblyInfo.cs (2)
13[assembly: Microsoft.AspNetCore.Mvc.ApplicationParts.ApplicationPartAttribute("Microsoft.AspNetCore.Mvc.Razor.RuntimeCompilation")] 14[assembly: Microsoft.AspNetCore.Mvc.ApplicationParts.ApplicationPartAttribute("RazorBuildWebSite.Views")]
RazorPagesWebSite (2)
artifacts\obj\RazorPagesWebSite\Release\net10.0\RazorPagesWebSite.MvcApplicationPartsAssemblyInfo.cs (1)
13[assembly: Microsoft.AspNetCore.Mvc.ApplicationParts.ApplicationPartAttribute("RazorPagesClassLibrary")]
Properties\AssemblyInfo.cs (1)
7[assembly: ApplicationPart("RazorPagesClassLibrary")]
Sample (1)
artifacts\obj\Sample\Release\net10.0\Sample.MvcApplicationPartsAssemblyInfo.cs (1)
13[assembly: Microsoft.AspNetCore.Mvc.ApplicationParts.ApplicationPartAttribute("Microsoft.AspNetCore.OpenApi")]
Sandbox (3)
artifacts\obj\Sandbox\Release\net10.0\Sandbox.MvcApplicationPartsAssemblyInfo.cs (3)
13[assembly: Microsoft.AspNetCore.Mvc.ApplicationParts.ApplicationPartAttribute("Microsoft.AspNetCore.Grpc.JsonTranscoding")] 14[assembly: Microsoft.AspNetCore.Mvc.ApplicationParts.ApplicationPartAttribute("Microsoft.AspNetCore.Grpc.Swagger")] 15[assembly: Microsoft.AspNetCore.Mvc.ApplicationParts.ApplicationPartAttribute("Swashbuckle.AspNetCore.SwaggerGen")]
TagHelpersWebSite (1)
artifacts\obj\TagHelpersWebSite\Release\net10.0\TagHelpersWebSite.MvcApplicationPartsAssemblyInfo.cs (1)
13[assembly: Microsoft.AspNetCore.Mvc.ApplicationParts.ApplicationPartAttribute("RazorPagesClassLibrary")]
3 references to ApplicationPartAttribute
Microsoft.AspNetCore.Mvc.Core (3)
ApplicationParts\ApplicationPartAttribute.cs (2)
9/// In the ordinary case, MVC will generate <see cref="ApplicationPartAttribute" /> 18/// Initializes a new instance of <see cref="ApplicationPartAttribute" />.
ApplicationParts\ApplicationPartManager.cs (1)
81var assembliesFromAttributes = entryAssembly.GetCustomAttributes<ApplicationPartAttribute>()