Share via


RouteView.SetParametersAsync(ParameterView) Método

Definición

Establece los parámetros proporcionados por el elemento primario del componente en el árbol de representación.

public:
 virtual System::Threading::Tasks::Task ^ SetParametersAsync(Microsoft::AspNetCore::Components::ParameterView parameters);
public System.Threading.Tasks.Task SetParametersAsync (Microsoft.AspNetCore.Components.ParameterView parameters);
abstract member SetParametersAsync : Microsoft.AspNetCore.Components.ParameterView -> System.Threading.Tasks.Task
override this.SetParametersAsync : Microsoft.AspNetCore.Components.ParameterView -> System.Threading.Tasks.Task
Public Function SetParametersAsync (parameters As ParameterView) As Task

Parámetros

parameters
ParameterView

Los parámetros.

Devoluciones

que Task se completa cuando el componente ha terminado de actualizarse y representarse a sí mismo.

Implementaciones

Se aplica a