BlazorWebView.BlazorWebViewInitializing Properti
Definisi
Penting
Beberapa informasi terkait produk prarilis yang dapat diubah secara signifikan sebelum dirilis. Microsoft tidak memberikan jaminan, tersirat maupun tersurat, sehubungan dengan informasi yang diberikan di sini.
Memungkinkan penyesuaian tampilan web sebelum dibuat.
public:
property EventHandler<Microsoft::AspNetCore::Components::WebView::BlazorWebViewInitializingEventArgs ^> ^ BlazorWebViewInitializing { EventHandler<Microsoft::AspNetCore::Components::WebView::BlazorWebViewInitializingEventArgs ^> ^ get(); void set(EventHandler<Microsoft::AspNetCore::Components::WebView::BlazorWebViewInitializingEventArgs ^> ^ value); };
public EventHandler<Microsoft.AspNetCore.Components.WebView.BlazorWebViewInitializingEventArgs> BlazorWebViewInitializing { get; set; }
member this.BlazorWebViewInitializing : EventHandler<Microsoft.AspNetCore.Components.WebView.BlazorWebViewInitializingEventArgs> with get, set
Public Property BlazorWebViewInitializing As EventHandler(Of BlazorWebViewInitializingEventArgs)