1 write to ManifestPath
Microsoft.AspNetCore.Components.Endpoints (1)
Builder\RazorComponentsEndpointConventionBuilder.cs (1)
43internal string? ManifestPath { get => _options.ManifestPath; set => _options.ManifestPath = value; }
3 references to ManifestPath
Microsoft.AspNetCore.Components.Endpoints (3)
Builder\RazorComponentsEndpointConventionBuilder.cs (1)
43internal string? ManifestPath { get => _options.ManifestPath; set => _options.ManifestPath = value; }
Builder\ResourceCollectionConvention.cs (2)
19if (resolver.IsRegistered(context.Options.ManifestPath)) 21_collection = resolver.ResolveResourceCollection(context.Options.ManifestPath);