Sdílet prostřednictvím


WebViewManager.RemoveRootComponentAsync(String) Metoda

Definice

Odebere dříve připojenou kořenovou komponentu z aktuální stránky.

public System.Threading.Tasks.Task RemoveRootComponentAsync (string selector);
member this.RemoveRootComponentAsync : string -> System.Threading.Tasks.Task
Public Function RemoveRootComponentAsync (selector As String) As Task

Parametry

selector
String

Selektor css popisující, kam na stránce byla komponenta umístěna. Musí přesně odpovídat selektoru zadanému při dřívějším volání .AddRootComponentAsync(Type, String, ParameterView)

Návraty

Platí pro