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