Share via


BasePath Class

Definition

Renders a <base> element whose href value matches the current request path base.

public sealed class BasePath : Microsoft.AspNetCore.Components.IComponent
type BasePath = class
    interface IComponent
Public NotInheritable Class BasePath
Implements IComponent
Inheritance
BasePath
Implements

Constructors

Name Description
BasePath()

Explicit Interface Implementations

Name Description
IComponent.Attach(RenderHandle)
IComponent.SetParametersAsync(ParameterView)

Applies to