IHybridWebView.EvaluateJavaScriptAsync(String) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Runs the JavaScript code provided in the script
parameter and returns the result as a string.
public:
System::Threading::Tasks::Task<System::String ^> ^ EvaluateJavaScriptAsync(System::String ^ script);
public System.Threading.Tasks.Task<string?> EvaluateJavaScriptAsync (string script);
abstract member EvaluateJavaScriptAsync : string -> System.Threading.Tasks.Task<string>
Public Function EvaluateJavaScriptAsync (script As String) As Task(Of String)
Parameters
- script
- String
The JavaScript code to run.
Returns
The return value (if any) of running the script.
Applies to
Met ons samenwerken op GitHub
De bron voor deze inhoud vindt u op GitHub, waar u ook problemen en pull-aanvragen kunt maken en controleren. Bekijk onze gids voor inzenders voor meer informatie.