다음을 통해 공유


AuthenticationStateSerializationOptions.SerializationCallback 속성

정의

PersistentComponentState사용하여 JSON serialization을 위해 서버의 AuthenticationStateAuthenticationStateData 개체로 클라이언트로 변환하기 위한 기본 구현입니다. />

public Func<Microsoft.AspNetCore.Components.Authorization.AuthenticationState,System.Threading.Tasks.ValueTask<Microsoft.AspNetCore.Components.Authorization.AuthenticationStateData?>> SerializationCallback { get; set; }
member this.SerializationCallback : Func<Microsoft.AspNetCore.Components.Authorization.AuthenticationState, System.Threading.Tasks.ValueTask<Microsoft.AspNetCore.Components.Authorization.AuthenticationStateData>> with get, set
Public Property SerializationCallback As Func(Of AuthenticationState, ValueTask(Of AuthenticationStateData))

속성 값

적용 대상