2 references to HttpContext
Microsoft.AspNetCore.Components.Endpoints (2)
Assets\ImportMap.cs (2)
20
/// Gets or sets the <see cref="
HttpContext
"/> for the component.
52
_computedImportMapDefinition = ImportMapDefinition ??
HttpContext
?.GetEndpoint()?.Metadata.GetMetadata<ImportMapDefinition>();