Namespace: Interstellar
Assembly: Interstellar.Core.dll
Type extension | Description |
Full Usage:
this.ExecuteJavascriptf(format)
Parameters:
StringFormat<'a, unit>
Returns: 'a
|
printf-style method that executes some Javascript code on a browser instance, sanitizing format parameters using javascriptf. It is safe to pass in untrusted format parameters from the outside world. Think SQL prepared statements.
Extended Type:
|