次の方法で共有


SignOutSessionStateManager(IJSRuntime) コンストラクター

定義

の新しいインスタンスを SignOutSessionStateManager初期化します。

public:
 SignOutSessionStateManager(Microsoft::JSInterop::IJSRuntime ^ jsRuntime);
public SignOutSessionStateManager (Microsoft.JSInterop.IJSRuntime jsRuntime);
new Microsoft.AspNetCore.Components.WebAssembly.Authentication.SignOutSessionStateManager : Microsoft.JSInterop.IJSRuntime -> Microsoft.AspNetCore.Components.WebAssembly.Authentication.SignOutSessionStateManager
Public Sub New (jsRuntime As IJSRuntime)

パラメーター

jsRuntime
IJSRuntime

IJSRuntime

適用対象