EvaluateJavaScriptDelegate Delegato

Definizione

Per uso interno della piattaforma Xamarin.Forms.

[System.ComponentModel.EditorBrowsable(System.ComponentModel.EditorBrowsableState.Never)]
public delegate System.Threading.Tasks.Task<string> EvaluateJavaScriptDelegate(string script);
type EvaluateJavaScriptDelegate = delegate of string -> Task<string>

Parametri

script
System.String

Per uso interno della piattaforma Xamarin.Forms.

Valore restituito

System.Threading.Tasks.Task<System.String>

Per uso interno della piattaforma Xamarin.Forms.

Attributi
System.ComponentModel.EditorBrowsableAttribute

Si applica a