ImportMapDefinition.Combine(ImportMapDefinition[]) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Combines one or more import maps into a single import map.
public static Microsoft.AspNetCore.Components.ImportMapDefinition Combine (params Microsoft.AspNetCore.Components.ImportMapDefinition[] sources);
static member Combine : Microsoft.AspNetCore.Components.ImportMapDefinition[] -> Microsoft.AspNetCore.Components.ImportMapDefinition
Public Shared Function Combine (ParamArray sources As ImportMapDefinition()) As ImportMapDefinition
Parameters
- sources
- ImportMapDefinition[]
The list of import maps to combine.
Returns
A new import map that is the combination of all the input import maps with their entries applied in order.