BlazorWebView.UrlLoading 속성

정의

링크를 여는 방법을 사용자 지정할 수 있습니다. 기본적으로 는 웹 보기에서 내부 링크를 열고 외부 앱의 외부 링크를 엽니다.

public:
 property EventHandler<Microsoft::AspNetCore::Components::WebView::UrlLoadingEventArgs ^> ^ UrlLoading { EventHandler<Microsoft::AspNetCore::Components::WebView::UrlLoadingEventArgs ^> ^ get(); void set(EventHandler<Microsoft::AspNetCore::Components::WebView::UrlLoadingEventArgs ^> ^ value); };
public EventHandler<Microsoft.AspNetCore.Components.WebView.UrlLoadingEventArgs> UrlLoading { get; set; }
member this.UrlLoading : EventHandler<Microsoft.AspNetCore.Components.WebView.UrlLoadingEventArgs> with get, set
Public Property UrlLoading As EventHandler(Of UrlLoadingEventArgs)

속성 값

적용 대상