AuthenticationStateDeserializationOptions 类

定义

提供用于使用 PersistentComponentState配置客户端 AuthenticationState 的 JSON 反序列化的选项。

public sealed class AuthenticationStateDeserializationOptions
type AuthenticationStateDeserializationOptions = class
Public NotInheritable Class AuthenticationStateDeserializationOptions
继承
AuthenticationStateDeserializationOptions

构造函数

AuthenticationStateDeserializationOptions()

提供用于使用 PersistentComponentState配置客户端 AuthenticationState 的 JSON 反序列化的选项。

属性

DeserializationCallback

使用 PersistentComponentState 将 JSON 从服务器反序列化 AuthenticationStateData 的默认实现转换为 WebAssembly 客户端 AuthenticationStateProvider要返回的 AuthenticationState 对象。

适用于