次の方法で共有


LocationChangedEventArgs(String, Boolean) コンストラクター

定義

LocationChangedEventArgs の新しいインスタンスを初期化します。

public:
 LocationChangedEventArgs(System::String ^ ___location, bool isNavigationIntercepted);
public LocationChangedEventArgs(string ___location, bool isNavigationIntercepted);
new Microsoft.AspNetCore.Components.Routing.LocationChangedEventArgs : string * bool -> Microsoft.AspNetCore.Components.Routing.LocationChangedEventArgs
Public Sub New (___location As String, isNavigationIntercepted As Boolean)

パラメーター

___location
String

場所。

isNavigationIntercepted
Boolean

リンクのナビゲーションがインターセプトされたかどうかを決定する値。

適用対象