ImportMap Class
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.
Represents an element that defines the import map for module scripts
in the application.
public sealed class ImportMap : Microsoft.AspNetCore.Components.IComponent
type ImportMap = class
interface IComponent
Public NotInheritable Class ImportMap
Implements IComponent
- Inheritance
-
ImportMap
- Implements
Constructors
ImportMap() |
Properties
AdditionalAttributes |
Gets or sets a collection of additional attributes that will be applied to the created |
HttpContext |
Gets or sets the HttpContext for the component. |
ImportMapDefinition |
Gets or sets the import map definition to use for the component. If not set the component will generate the import map based on the assets defined for this application. |
Explicit Interface Implementations
IComponent.Attach(RenderHandle) | |
IComponent.SetParametersAsync(ParameterView) |