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

링크 탐색이 가로채졌는지 여부를 결정하는 값입니다.

적용 대상