WebViewNavigationCompletedEventArgs.IsSuccess 속성

정의

탐색이 성공적으로 완료되었는지 여부를 나타내는 값을 가져옵니다.

public:
 property bool IsSuccess { bool get(); };
bool IsSuccess();
public bool IsSuccess { get; }
var boolean = webViewNavigationCompletedEventArgs.isSuccess;
Public ReadOnly Property IsSuccess As Boolean

속성 값

Boolean

bool

탐색이 성공적으로 완료되면 true입니다. 그렇지 않으면 false입니다.

적용 대상

추가 정보