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

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

適用対象