Compartir a través de


BlazorWebView.BlazorWebViewInitializing Propiedad

Definición

Permite personalizar la vista web antes de crearla.

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)

Valor de propiedad

Se aplica a