次の方法で共有


BasePath クラス

定義

href値が現在の要求パスベースと一致する<base>要素をレンダリングします。

public sealed class BasePath : Microsoft.AspNetCore.Components.IComponent
type BasePath = class
    interface IComponent
Public NotInheritable Class BasePath
Implements IComponent
継承
BasePath
実装

コンストラクター

名前 説明
BasePath()

href値が現在の要求パスベースと一致する<base>要素をレンダリングします。

明示的なインターフェイスの実装

名前 説明
IComponent.Attach(RenderHandle)

href値が現在の要求パスベースと一致する<base>要素をレンダリングします。

IComponent.SetParametersAsync(ParameterView)

href値が現在の要求パスベースと一致する<base>要素をレンダリングします。

適用対象