Router.OnNavigateAsync Proprietà
Definizione
Importante
Alcune informazioni sono relative alla release non definitiva del prodotto, che potrebbe subire modifiche significative prima della release definitiva. Microsoft non riconosce alcuna garanzia, espressa o implicita, in merito alle informazioni qui fornite.
Ottiene o imposta un gestore che deve essere chiamato prima di passare a una nuova pagina.
public:
property Microsoft::AspNetCore::Components::EventCallback<Microsoft::AspNetCore::Components::Routing::NavigationContext ^> OnNavigateAsync { Microsoft::AspNetCore::Components::EventCallback<Microsoft::AspNetCore::Components::Routing::NavigationContext ^> get(); void set(Microsoft::AspNetCore::Components::EventCallback<Microsoft::AspNetCore::Components::Routing::NavigationContext ^> value); };
[Microsoft.AspNetCore.Components.Parameter]
public Microsoft.AspNetCore.Components.EventCallback<Microsoft.AspNetCore.Components.Routing.NavigationContext> OnNavigateAsync { get; set; }
[<Microsoft.AspNetCore.Components.Parameter>]
member this.OnNavigateAsync : Microsoft.AspNetCore.Components.EventCallback<Microsoft.AspNetCore.Components.Routing.NavigationContext> with get, set
Public Property OnNavigateAsync As EventCallback(Of NavigationContext)
Valore della proprietà
- Attributi