WebView.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.
On platforms that support JavaScript evaluation, evaluates script
.
public:
virtual 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>
override this.EvaluateJavaScriptAsync : string -> System.Threading.Tasks.Task<string>
Public Function EvaluateJavaScriptAsync (script As String) As Task(Of String)
Parameters
- script
- String
The script to evaluate.
Returns
A task that contains the result of the evaluation as a string.
Implements
Remarks
Native JavaScript evaluation is supported neither on Tizen nor GTK (Linux).
Applies to
GitHub で Microsoft と共同作業する
このコンテンツのソースは GitHub にあります。そこで、issue や pull request を作成および確認することもできます。 詳細については、共同作成者ガイドを参照してください。
.NET MAUI