RemoteAuthenticationService<TRemoteAuthenticationState,TAccount,TProviderOptions>.JsRuntime Propriété
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
Obtient le IJSRuntime à utiliser pour effectuer des opérations d’interopérabilité JavaScript.
protected:
property Microsoft::JSInterop::IJSRuntime ^ JsRuntime { Microsoft::JSInterop::IJSRuntime ^ get(); };
protected Microsoft.JSInterop.IJSRuntime JsRuntime { get; }
member this.JsRuntime : Microsoft.JSInterop.IJSRuntime
Protected ReadOnly Property JsRuntime As IJSRuntime